feat: chat

This commit is contained in:
wangdan-fit2cloud 2025-07-03 19:17:13 +08:00
parent b2e4d2dc20
commit 0b049ada9c

View File

@ -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) {