Compare commits

...

2 Commits

Author SHA1 Message Date
jscyl13849007907 47219499fd no message 3 months ago
jscyl13849007907 a588c9b10d no message 3 months ago

@ -340,7 +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">
{{ appellation }} <span v-if="subtitle" style="color: orange;">{{ subtitle }}</span>
</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="{
@ -353,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