IM
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
:class="[{ 'zfb-tk-msgleft': item.type == 1 }, { 'zfb-tk-msgright': item.type == 2 }, { 'zfb-tk-msgcenter': item.type == 3 }]">
|
||||
<openTool :class="[{ 'openTool-msgleft': item.type == 1 }, { 'openTool-msgright': item.type == 2 }]"
|
||||
:talkTo="talkTo" :ref="'toolx'+itemKey" :data="item" :itemKey="itemKey"></openTool>
|
||||
<image class="zfb-tk-avatar" @click="gochatOne(item)" v-if="item.type !== 3" :src="item.portrait"
|
||||
<image class="zfb-tk-avatar" v-if="item.type !== 3" :src="item.portrait"
|
||||
mode="aspectFill"></image>
|
||||
<view class="zfb-tk-item-contentx" @longpress="longpressItem($event,itemKey,item)">
|
||||
<view class="zfb-tk-item-contentx-c">
|
||||
@@ -730,6 +730,7 @@
|
||||
.zfb-tk-item-contentx-c-tool {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.zfb-tk-msgleft .zfb-tk-item-contentx-c-tool {
|
||||
|
||||
Reference in New Issue
Block a user