Browse Source

修复会话抖动的bug

master
xie.bx 3 years ago
parent
commit
cc594d4074
  1. 2
      im-ui/src/components/chat/ChatGroup.vue

2
im-ui/src/components/chat/ChatGroup.vue

@ -19,7 +19,7 @@
</el-main>
<el-footer height="25%" class="im-chat-footer">
<div class="chat-tool-bar">
<div title="表情" class="el-icon-service" ref="emotion" @click="switchEmotionBox()">
<div title="表情" class="el-icon-eleme" ref="emotion" @click="switchEmotionBox()">
<emotion v-show="showEmotion" :pos="emoBoxPos" @emotion="handleEmotion"></Emotion>
</div>
<div title="发送图片">

Loading…
Cancel
Save