From fb98259881b96e403c21f28429896dcef80336bb Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 3 Jul 2025 19:39:24 +0800 Subject: [PATCH] feat: chat --- ui/src/styles/app.scss | 6 ++++++ ui/src/views/chat/pc/index.vue | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index b4f95941d..4d30efb23 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -529,3 +529,9 @@ h5 { .custom-header { background: var(--el-color-primary-light-9) !important; } + +.chat-background { + background-repeat: no-repeat; + background-position: center; + background-size: auto 100%; +} diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index 71999a098..d2fb70497 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -222,8 +222,8 @@