mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 子回复取消保持,点击其他隐藏
This commit is contained in:
@@ -4,9 +4,7 @@
|
|||||||
class="tpr-bubble"
|
class="tpr-bubble"
|
||||||
v-if="props.modelValue.user.reply_bubble !== null"
|
v-if="props.modelValue.user.reply_bubble !== null"
|
||||||
:title="props.modelValue.user.reply_bubble.name"
|
:title="props.modelValue.user.reply_bubble.name"
|
||||||
:style="{
|
:style="{ backgroundColor: props.modelValue.user.reply_bubble.bg_color }"
|
||||||
backgroundColor: props.modelValue.user.reply_bubble.bg_color,
|
|
||||||
}"
|
|
||||||
>
|
>
|
||||||
<img :src="props.modelValue.user.reply_bubble.url" alt="bubble" />
|
<img :src="props.modelValue.user.reply_bubble.url" alt="bubble" />
|
||||||
</div>
|
</div>
|
||||||
@@ -52,9 +50,7 @@
|
|||||||
activator="parent"
|
activator="parent"
|
||||||
location="end"
|
location="end"
|
||||||
:close-on-content-click="false"
|
:close-on-content-click="false"
|
||||||
:no-click-animation="true"
|
|
||||||
v-model="showSub"
|
v-model="showSub"
|
||||||
:persistent="true"
|
|
||||||
>
|
>
|
||||||
<v-list class="tpr-reply-sub" width="300px" max-height="400px">
|
<v-list class="tpr-reply-sub" width="300px" max-height="400px">
|
||||||
<TprReply
|
<TprReply
|
||||||
|
|||||||
Reference in New Issue
Block a user