diff --git a/apps/web-antd/src/views/ppt/components/ppt-list-view.vue b/apps/web-antd/src/views/ppt/components/ppt-list-view.vue index f8b7216..aa68306 100644 --- a/apps/web-antd/src/views/ppt/components/ppt-list-view.vue +++ b/apps/web-antd/src/views/ppt/components/ppt-list-view.vue @@ -130,7 +130,7 @@ watch( .menu { background: #ffffff; - width: 200px; + width: 100%; height: 100%; display: flex; flex-direction: column; @@ -146,54 +146,6 @@ watch( overflow-y: auto; } -.chat { - height: 100%; - width: 100%; - max-width: 1000px; - max-height: 900px; - margin: 0 auto; - box-sizing: border-box; - display: flex; - flex-direction: column; - padding: 12px; - gap: 16px; -} - -.placeholder { - padding-top: 32px; - text-align: left; - flex: 1; -} - -.sender { - background: #ffffff; - width: 100%; - box-shadow: v-deep(var(--ant-box-shadow)); -} - -.logo { - display: flex; - height: 72px; - align-items: center; - justify-content: start; - padding: 0 24px; - box-sizing: border-box; -} - -.logo-img { - width: 24px; - height: 24px; - display: inline-block; -} - -.logo-span { - display: inline-block; - margin: 0 8px; - font-weight: bold; - color: v-deep(var(--ant-color-text)); - font-size: 16px; -} - .addBtn { float: left; //border: 1px solid #1677ff34; diff --git a/apps/web-antd/src/views/ppt/components/ppt-work-view.vue b/apps/web-antd/src/views/ppt/components/ppt-work-view.vue index 3ef9a20..26776e7 100644 --- a/apps/web-antd/src/views/ppt/components/ppt-work-view.vue +++ b/apps/web-antd/src/views/ppt/components/ppt-work-view.vue @@ -1,5 +1,5 @@