From b06924b81e1e30a1dbe79292a6b9266f746c0dec Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 29 Oct 2024 18:53:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ai-chat/ExecutionDetailDialog.vue | 1 + .../ai-chat/component/ParagraphCard.vue | 2 +- .../authentication/component/EditModal.vue | 18 ++++++++++--- .../views/authentication/component/SCAN.vue | 2 +- ui/src/views/chat/auth/component/password.vue | 5 ++-- ui/src/views/chat/auth/index.vue | 25 +++++++++++++------ ui/src/views/chat/index.vue | 5 ++++ 7 files changed, 43 insertions(+), 15 deletions(-) diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index 58092483..ebee3cc6 100644 --- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue +++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue @@ -4,6 +4,7 @@ title="执行详情" v-model="dialogVisible" destroy-on-close + append-to-body align-center @click.stop > diff --git a/ui/src/components/ai-chat/component/ParagraphCard.vue b/ui/src/components/ai-chat/component/ParagraphCard.vue index 800c0b0c..d067ecb4 100644 --- a/ui/src/components/ai-chat/component/ParagraphCard.vue +++ b/ui/src/components/ai-chat/component/ParagraphCard.vue @@ -17,7 +17,7 @@