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
b2e4d2dc20
commit
0b049ada9c
|
|
@ -221,7 +221,10 @@
|
|||
</el-icon>
|
||||
</el-button>
|
||||
</div>
|
||||
<div class="chat-pc__right">
|
||||
<div
|
||||
class="chat-pc__right"
|
||||
:style="{ backgroundImage: `url(${applicationDetail?.custom_theme?.chat_background})` }"
|
||||
>
|
||||
<el-splitter>
|
||||
<el-splitter-panel>
|
||||
<div class="mb-24 p-16-24 flex-between">
|
||||
|
|
@ -435,7 +438,6 @@ function deleteLog(row: any) {
|
|||
}
|
||||
getChatLog(applicationDetail.value.id)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
function handleScroll(event: any) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue