From 5b2a9d16e8766660499d3cc0257eb8c6ef7ae96c Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 6 Sep 2024 19:00:13 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96AI=E5=B0=8F=E5=8A=A9?= =?UTF-8?q?=E6=89=8B=E5=AE=BD=E5=B1=8F=E4=B8=8B=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/chat/embed/index.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ui/src/views/chat/embed/index.vue b/ui/src/views/chat/embed/index.vue index 9e2c4ac1e..867025733 100644 --- a/ui/src/views/chat/embed/index.vue +++ b/ui/src/views/chat/embed/index.vue @@ -36,9 +36,11 @@ class="AiChat-embed" > @@ -334,5 +336,9 @@ onMounted(() => { padding-top: 12px; } } + .chat-width { + max-width: var(--app-chat-width, 860px); + margin: 0 auto; + } }