Skip to content

Commit 0b049ad

Browse files
feat: chat
1 parent b2e4d2d commit 0b049ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ui/src/views/chat/pc/index.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,10 @@
221221
</el-icon>
222222
</el-button>
223223
</div>
224-
<div class="chat-pc__right">
224+
<div
225+
class="chat-pc__right"
226+
:style="{ backgroundImage: `url(${applicationDetail?.custom_theme?.chat_background})` }"
227+
>
225228
<el-splitter>
226229
<el-splitter-panel>
227230
<div class="mb-24 p-16-24 flex-between">
@@ -435,7 +438,6 @@ function deleteLog(row: any) {
435438
}
436439
getChatLog(applicationDetail.value.id)
437440
})
438-
439441
}
440442
441443
function handleScroll(event: any) {

0 commit comments

Comments
 (0)