🎨 小优化

This commit is contained in:
目棃
2024-08-31 14:06:50 +08:00
parent fc719f7cd7
commit b410367dee
2 changed files with 10 additions and 7 deletions

View File

@@ -4,6 +4,9 @@
class="tpr-bubble"
v-if="props.modelValue.user.reply_bubble !== null"
:title="props.modelValue.user.reply_bubble.name"
:style="{
backgroundColor: props.modelValue.user.reply_bubble.bg_color,
}"
>
<img :src="props.modelValue.user.reply_bubble.url" alt="bubble" />
</div>