From 6ca66c471f50edd1e3a0631d22270a0075548071 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 26 Mar 2025 20:40:42 +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 | 340 +++++++++--------- .../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, 352 insertions(+), 267 deletions(-) diff --git a/ui/src/components/ai-chat/ExecutionDetailDialog.vue b/ui/src/components/ai-chat/ExecutionDetailDialog.vue index c36e36e52c6..0f2296439ae 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 325e38cde65..ec8ab480d3d 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 9cb34f64521..4de53bf1b50 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 d561dcfead3..a14519c7993 100644 --- a/ui/src/views/application/component/AIModeParamSettingDialog.vue +++ b/ui/src/views/application/component/AIModeParamSettingDialog.vue @@ -2,7 +2,6 @@