From dd99f9833625d77e306c5d702ade5436810c247f Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 13 Jun 2024 15:58:36 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/ParagraphSourceDialog.vue | 6 +++--- ui/src/views/paragraph/index.vue | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ui/src/components/ai-chat/ParagraphSourceDialog.vue b/ui/src/components/ai-chat/ParagraphSourceDialog.vue index 08388100d..b8de0077b 100644 --- a/ui/src/components/ai-chat/ParagraphSourceDialog.vue +++ b/ui/src/components/ai-chat/ParagraphSourceDialog.vue @@ -7,9 +7,9 @@ append-to-body align-center > -
+
-
+
@@ -108,7 +108,7 @@ defineExpose({ open }) padding: 8px !important; } .paragraph-source-height { - height: calc(100vh - 260px); + max-height: calc(100vh - 260px); } .paragraph-source-card { height: 260px; diff --git a/ui/src/views/paragraph/index.vue b/ui/src/views/paragraph/index.vue index 815e2ca63..1a03dc5a8 100644 --- a/ui/src/views/paragraph/index.vue +++ b/ui/src/views/paragraph/index.vue @@ -1,12 +1,11 @@