From 3f3662d3a5282a9a5b9a1eaa8d262b83d13308c3 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Fri, 10 Jul 2026 16:21:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(chat):=20=E4=BF=AE=E5=A4=8D=E6=9E=81?= =?UTF-8?q?=E7=AE=80=E6=A8=A1=E5=BC=8F=E6=91=98=E8=A6=81=E8=A1=8C=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=8A=A8=E7=94=BB=E5=8F=B3=E4=BE=A7=E8=A2=AB=E6=88=AA?= =?UTF-8?q?=E6=96=AD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/src/components/chat/MinimalBlocks.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/src/components/chat/MinimalBlocks.vue b/static/src/components/chat/MinimalBlocks.vue index aff88f5..945898d 100644 --- a/static/src/components/chat/MinimalBlocks.vue +++ b/static/src/components/chat/MinimalBlocks.vue @@ -1093,8 +1093,8 @@ onBeforeUnmount(() => { display: flex; align-items: center; justify-content: center; - width: 18px; - height: 18px; + min-width: 18px; + min-height: 18px; } .check-icon {