We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40294d commit fb98259Copy full SHA for fb98259
ui/src/styles/app.scss
@@ -529,3 +529,9 @@ h5 {
529
.custom-header {
530
background: var(--el-color-primary-light-9) !important;
531
}
532
+
533
+.chat-background {
534
+ background-repeat: no-repeat;
535
+ background-position: center;
536
+ background-size: auto 100%;
537
+}
ui/src/views/chat/pc/index.vue
@@ -222,8 +222,8 @@
222
</el-button>
223
</div>
224
<div
225
- class="chat-pc__right"
226
- :style="{ backgroundImage: `url(${applicationDetail?.custom_theme?.chat_background})` }"
+ class="chat-pc__right chat-background"
+ :style="{ backgroundImage: `url(${applicationDetail?.chat_background})` }"
227
>
228
<el-splitter>
229
<el-splitter-panel>
0 commit comments