diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index d015defc..c96cd39b 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 2bb2ca14..dae39572 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 dc2ad780..5cb21c3e 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 91027ded..81319e32 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 994287f5..50416a4a 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -1,6 +1,6 @@