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