💄 子回复取消保持,点击其他隐藏

This commit is contained in:
目棃
2024-10-24 22:14:35 +08:00
parent 003344c722
commit 41db04b7a2

View File

@@ -4,9 +4,7 @@
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,
}"
:style="{ backgroundColor: props.modelValue.user.reply_bubble.bg_color }"
>
<img :src="props.modelValue.user.reply_bubble.url" alt="bubble" />
</div>
@@ -52,9 +50,7 @@
activator="parent"
location="end"
:close-on-content-click="false"
:no-click-animation="true"
v-model="showSub"
:persistent="true"
>
<v-list class="tpr-reply-sub" width="300px" max-height="400px">
<TprReply