From a5d58b7ec71bd9c4106cb8be3cefde2279b0ef2b Mon Sep 17 00:00:00 2001 From: wangdan Date: Sun, 28 Apr 2024 18:49:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/ParagraphSourceDialog.vue | 13 +++++++++++-- .../application/components/ParamSettingDialog.vue | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ui/src/components/ai-chat/ParagraphSourceDialog.vue b/ui/src/components/ai-chat/ParagraphSourceDialog.vue index 1b7cf2d70..2c8749dc3 100644 --- a/ui/src/components/ai-chat/ParagraphSourceDialog.vue +++ b/ui/src/components/ai-chat/ParagraphSourceDialog.vue @@ -5,6 +5,7 @@ v-model="dialogVisible" destroy-on-close append-to-body + align-center >
@@ -63,7 +64,7 @@ diff --git a/ui/src/views/application/components/ParamSettingDialog.vue b/ui/src/views/application/components/ParamSettingDialog.vue index d5db1e41e..92e22c274 100644 --- a/ui/src/views/application/components/ParamSettingDialog.vue +++ b/ui/src/views/application/components/ParamSettingDialog.vue @@ -251,7 +251,7 @@ defineExpose({ open }) padding: 0 !important; } .dialog-max-height { - height: calc(100vh - 180px); + height: 550px; } .custom-slider { .el-input-number.is-without-controls .el-input__wrapper { From 82d93631eabff21254246854aa3cd14c24c0da5a Mon Sep 17 00:00:00 2001 From: wangdan Date: Sun, 28 Apr 2024 19:00:30 +0800 Subject: [PATCH 2/2] =?UTF-8?q?perf:=20=E8=AE=BE=E7=BD=AE=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89Logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/application-overview/component/EditAvatarDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/application-overview/component/EditAvatarDialog.vue b/ui/src/views/application-overview/component/EditAvatarDialog.vue index e2f2e915d..9b1d3f840 100644 --- a/ui/src/views/application-overview/component/EditAvatarDialog.vue +++ b/ui/src/views/application-overview/component/EditAvatarDialog.vue @@ -35,7 +35,7 @@ accept="image/*" :on-change="onChange" > - 上传 + 上传