Compare commits

..

No commits in common. '47219499fd04fe27e0ffe81a3122c4ba67edaca0' and '72e1d51c6220b0ebe75a05fe10fac86ad36b89a9' have entirely different histories.

@ -340,11 +340,7 @@
: ''
" :goto-user-card="true" />
<!-- props.msg.text -->
<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-content">
<div class="msg-bg"
:class="[!props.msg.isSelf ? 'msg-bg-in' : 'msg-bg-out']"
:style="{
@ -357,7 +353,6 @@
</div>
</div>
</div>
</div>
<div class="msg-common" :style="{ flexDirection: !props.msg.isSelf ? 'row' : 'row-reverse' }" v-else>
<Avatar :account="props.msg.senderId" :teamId="

Loading…
Cancel
Save