mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
feat: chat
This commit is contained in:
parent
d40294d5a4
commit
fb98259881
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -222,8 +222,8 @@
|
|||
</el-button>
|
||||
</div>
|
||||
<div
|
||||
class="chat-pc__right"
|
||||
:style="{ backgroundImage: `url(${applicationDetail?.custom_theme?.chat_background})` }"
|
||||
class="chat-pc__right chat-background"
|
||||
:style="{ backgroundImage: `url(${applicationDetail?.chat_background})` }"
|
||||
>
|
||||
<el-splitter>
|
||||
<el-splitter-panel>
|
||||
|
|
|
|||
Loading…
Reference in New Issue