feat: chat
This commit is contained in:
parent
d40294d5a4
commit
fb98259881
@ -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%;
|
||||||
|
}
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user