From eed4d6857e19f694ea7f5fb88eee44029d5430d4 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Wed, 26 Mar 2025 20:46:14 +0800 Subject: [PATCH] fix: Update lark icon and dialog style --- .../ai-chat/ExecutionDetailDialog.vue | 7 +- .../component/chat-input-operate/index.vue | 2 +- ui/src/components/card-checkbox/index.vue | 9 + ui/src/layout/components/breadcrumb/index.vue | 23 +- ui/src/styles/element-plus.scss | 14 +- .../component/EditAvatarDialog.vue | 19 +- .../component/XPackDisplaySettingDialog.vue | 6 +- .../views/application/ApplicationSetting.vue | 10 +- .../component/AIModeParamSettingDialog.vue | 3 +- .../component/AddDatasetDialog.vue | 2 +- .../component/McpServersDialog.vue | 3 +- .../component/ParamSettingDialog.vue | 342 +++++++++--------- .../component/TTSModeParamSettingDialog.vue | 14 +- .../component/EmbeddingContentDialog.vue | 2 +- .../component/SelectDatasetDialog.vue | 21 +- .../component/EditAvatarDialog.vue | 93 ++--- .../component/PermissionDialog.vue | 2 +- .../views/log/component/EditContentDialog.vue | 9 + ui/src/views/log/index.vue | 9 + .../component/SelectDocumentDialog.vue | 13 +- .../nodes/search-dataset-node/index.vue | 18 +- 21 files changed, 353 insertions(+), 268 deletions(-) diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index c36e36e52..0f2296439 100644 --- a/ui/src/components/ai-chat/ExecutionDetailDialog.vue +++ b/ui/src/components/ai-chat/ExecutionDetailDialog.vue @@ -720,14 +720,9 @@ defineExpose({ open }) + diff --git a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue index 325e38cde..ec8ab480d 100644 --- a/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue +++ b/ui/src/views/application-overview/component/XPackDisplaySettingDialog.vue @@ -585,7 +585,7 @@ const submit = async (formEl: FormInstance | undefined) => { defineExpose({ open }) - diff --git a/ui/src/views/application/ApplicationSetting.vue b/ui/src/views/application/ApplicationSetting.vue index 9cb34f645..4de53bf1b 100644 --- a/ui/src/views/application/ApplicationSetting.vue +++ b/ui/src/views/application/ApplicationSetting.vue @@ -204,7 +204,15 @@ > - + + + diff --git a/ui/src/views/application/component/AIModeParamSettingDialog.vue b/ui/src/views/application/component/AIModeParamSettingDialog.vue index d561dcfea..a14519c79 100644 --- a/ui/src/views/application/component/AIModeParamSettingDialog.vue +++ b/ui/src/views/application/component/AIModeParamSettingDialog.vue @@ -2,7 +2,6 @@