From 41db04b7a20d3f5e5f610b88b38c5523ba28a278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Thu, 24 Oct 2024 22:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=AD=90=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=BF=9D=E6=8C=81=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/postReply/tpr-reply.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/postReply/tpr-reply.vue b/src/components/postReply/tpr-reply.vue index 8788782a..b9776f72 100644 --- a/src/components/postReply/tpr-reply.vue +++ b/src/components/postReply/tpr-reply.vue @@ -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 }" > bubble @@ -52,9 +50,7 @@ activator="parent" location="end" :close-on-content-click="false" - :no-click-animation="true" v-model="showSub" - :persistent="true" >