From 2fe85bef5efcd71e33005cd2b3219bb424b30d82 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 25 Sep 2024 18:20:02 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=AF=B9=E8=AF=9D=E6=A1=86=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/index.vue | 2 +- ui/src/views/chat/base/index.vue | 2 +- ui/src/views/problem/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 5d5845826..1459ee042 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -1095,7 +1095,7 @@ defineExpose({ } .chat-width { - max-width: var(--app-chat-width, 860px); + max-width: 80%; margin: 0 auto; } diff --git a/ui/src/views/chat/base/index.vue b/ui/src/views/chat/base/index.vue index 790aad779..87edc1761 100644 --- a/ui/src/views/chat/base/index.vue +++ b/ui/src/views/chat/base/index.vue @@ -120,7 +120,7 @@ onMounted(() => { } } .chat-width { - max-width: var(--app-chat-width, 860px); + max-width: 80%; margin: 0 auto; } } diff --git a/ui/src/views/problem/index.vue b/ui/src/views/problem/index.vue index 576d01842..2b6c59df6 100644 --- a/ui/src/views/problem/index.vue +++ b/ui/src/views/problem/index.vue @@ -105,7 +105,7 @@ v-model:currentContent="currentContent" :pre_disable="pre_disable" :next_disable="next_disable" - @refresh="refresh" + @refresh="refreshRelate" />