敏感词

This commit is contained in:
liuye
2023-06-30 16:06:41 +08:00
parent fce4725783
commit 9582d09ab7

View File

@@ -65,6 +65,7 @@
</div> </div>
</div> </div>
<div class="content-right-info" @scroll='msgScroll'> <div class="content-right-info" @scroll='msgScroll'>
<div ref="pdf">
<div v-for="(item, index) in msgList" :key="index"> <div v-for="(item, index) in msgList" :key="index">
<div class="item" :class="item.userId == id ? 'item-right' : 'item-left'"> <div class="item" :class="item.userId == id ? 'item-right' : 'item-left'">
<!-- <p class="time" v-if="index == 0">{{item.msgSendTime}}</p> --> <!-- <p class="time" v-if="index == 0">{{item.msgSendTime}}</p> -->
@@ -156,6 +157,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<AiEmpty v-if="!msgList.length"></AiEmpty> <AiEmpty v-if="!msgList.length"></AiEmpty>
</div> </div>
<!-- <el-pagination class="msg-list-pagination" <!-- <el-pagination class="msg-list-pagination"