no message

cyl/master-0822
jscyl13849007907 3 months ago
parent a588c9b10d
commit 47219499fd

@ -340,10 +340,11 @@
: '' : ''
" :goto-user-card="true" /> " :goto-user-card="true" />
<!-- props.msg.text --> <!-- props.msg.text -->
<div class="msg-content"> <div>
<div class="msg-name 8" v-if="!props.msg.isSelf"> <div class="msg-name 8" v-if="!props.msg.isSelf">
{{ appellation }} <span v-if="subtitle" style="color: orange;">{{ subtitle }}</span> {{ appellation }} <span v-if="subtitle" style="color: orange;">{{ subtitle }}</span>
</div> </div>
<div class="msg-contents">
<div class="msg-bg" <div class="msg-bg"
:class="[!props.msg.isSelf ? 'msg-bg-in' : 'msg-bg-out']" :class="[!props.msg.isSelf ? 'msg-bg-in' : 'msg-bg-out']"
:style="{ :style="{
@ -356,6 +357,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="msg-common" :style="{ flexDirection: !props.msg.isSelf ? 'row' : 'row-reverse' }" v-else> <div class="msg-common" :style="{ flexDirection: !props.msg.isSelf ? 'row' : 'row-reverse' }" v-else>
<Avatar :account="props.msg.senderId" :teamId=" <Avatar :account="props.msg.senderId" :teamId="

Loading…
Cancel
Save