From d01e1182f0431455b5309a8c3716c7a3bfa9618d Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 23 Feb 2024 17:55:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/assets/icon_robot.svg | 6 +----- ui/src/components/ai-chat/index.vue | 5 +++-- ui/src/components/back-button/index.vue | 8 ++------ ui/src/components/tags-input/index.vue | 6 ++++++ ui/src/styles/element-plus.scss | 12 ++++++++---- .../component/APIKeyDialog.vue | 2 +- ui/src/views/application/CreateAndSetting.vue | 15 ++------------- ui/src/views/chat/index.vue | 1 + .../setting/component/CreateMemberDialog.vue | 6 ++++++ .../views/setting/component/PermissionSetting.vue | 15 ++++++++++++--- ui/src/views/setting/index.vue | 11 ++++++----- ui/src/views/setting/utils.ts | 6 +++++- 12 files changed, 53 insertions(+), 40 deletions(-) diff --git a/ui/src/assets/icon_robot.svg b/ui/src/assets/icon_robot.svg index 7f4369b02..cca9ee604 100644 --- a/ui/src/assets/icon_robot.svg +++ b/ui/src/assets/icon_robot.svg @@ -1,5 +1 @@ - - - - - +MaxKB \ No newline at end of file diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index d9d0582cd..fd1d66395 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -5,7 +5,7 @@
- +
@@ -50,7 +50,7 @@
- +
@@ -614,6 +614,7 @@ watch( } .dialog-card { border: none; + border-radius: 8px; } } diff --git a/ui/src/components/back-button/index.vue b/ui/src/components/back-button/index.vue index 336d369da..0a0ea69bb 100644 --- a/ui/src/components/back-button/index.vue +++ b/ui/src/components/back-button/index.vue @@ -1,6 +1,6 @@ - +