From b5019fe340dd5ba47157bd4a0e94982aa302afc3 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 19 Jul 2024 17:13:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=B9=E8=AF=9D=E5=8F=AF=E6=8D=A2?= =?UTF-8?q?=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/index.vue | 10 ++++++---- ui/src/layout/components/app-header/index.vue | 3 --- ui/src/styles/app.scss | 5 +++++ ui/src/views/chat/base/index.vue | 8 ++++++-- ui/src/views/chat/embed/index.vue | 8 ++++++-- ui/src/views/chat/index.vue | 6 +++++- ui/src/views/chat/pc/index.vue | 6 +++++- 7 files changed, 33 insertions(+), 13 deletions(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index d015defc1..c96cd39bc 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -4,9 +4,10 @@
- + +
@@ -51,9 +52,10 @@
- + +
diff --git a/ui/src/layout/components/app-header/index.vue b/ui/src/layout/components/app-header/index.vue index 2bb2ca148..dae395725 100644 --- a/ui/src/layout/components/app-header/index.vue +++ b/ui/src/layout/components/app-header/index.vue @@ -31,7 +31,4 @@ const isDefaultTheme = computed(() => { top: 0; z-index: 100; } -.custom-header { - background: var(--el-color-primary-light-9) !important; -} diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index dc2ad7803..5cb21c3e4 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -690,3 +690,8 @@ h5 { box-shadow: none; } } + +// 自定义主题 +.custom-header { + background: var(--el-color-primary-light-9) !important; +} diff --git a/ui/src/views/chat/base/index.vue b/ui/src/views/chat/base/index.vue index 91027dedf..81319e323 100644 --- a/ui/src/views/chat/base/index.vue +++ b/ui/src/views/chat/base/index.vue @@ -1,6 +1,6 @@ diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index 994287f5a..50416a4ab 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -1,6 +1,6 @@