Compare commits

..

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

@ -340,21 +340,16 @@
: ''
" :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-bg"
:class="[!props.msg.isSelf ? 'msg-bg-in' : 'msg-bg-out']"
:style="{
fontSize: 16 + 'px',
'background-color': !props.msg.isSelf ? '#ffffff' : '#d6e5f6',
'margin-left': !props.msg.isSelf ? '8px' : '0px'
}"
>
<span class="msg-text">{{ props.msg.text }}</span>
</div>
<div class="msg-content">
<div class="msg-bg"
:class="[!props.msg.isSelf ? 'msg-bg-in' : 'msg-bg-out']"
:style="{
fontSize: 16 + 'px',
'background-color': !props.msg.isSelf ? '#ffffff' : '#d6e5f6',
'margin-left': !props.msg.isSelf ? '8px' : '0px'
}"
>
<span class="msg-text">{{ props.msg.text }}</span>
</div>
</div>
</div>

Loading…
Cancel
Save