feat: chat

This commit is contained in:
wangdan-fit2cloud 2025-07-03 19:39:24 +08:00
parent d40294d5a4
commit fb98259881
2 changed files with 8 additions and 2 deletions

View File

@ -529,3 +529,9 @@ h5 {
.custom-header { .custom-header {
background: var(--el-color-primary-light-9) !important; background: var(--el-color-primary-light-9) !important;
} }
.chat-background {
background-repeat: no-repeat;
background-position: center;
background-size: auto 100%;
}

View File

@ -222,8 +222,8 @@
</el-button> </el-button>
</div> </div>
<div <div
class="chat-pc__right" class="chat-pc__right chat-background"
:style="{ backgroundImage: `url(${applicationDetail?.custom_theme?.chat_background})` }" :style="{ backgroundImage: `url(${applicationDetail?.chat_background})` }"
> >
<el-splitter> <el-splitter>
<el-splitter-panel> <el-splitter-panel>