From 0707997a16322bdc2e6f3c1c6506187e51bba711 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Thu, 31 Jul 2025 11:35:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E7=95=99=E8=A8=80?= =?UTF-8?q?=E6=9D=BF=E7=BB=84=E4=BB=B6=E4=B8=AD=E6=A0=87=E7=AD=BE=E7=9A=84?= =?UTF-8?q?=E8=BE=B9=E8=B7=9D=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AnswerList/messageBoard.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/AnswerList/messageBoard.vue b/components/AnswerList/messageBoard.vue index e286c37..cb868ba 100644 --- a/components/AnswerList/messageBoard.vue +++ b/components/AnswerList/messageBoard.vue @@ -331,7 +331,8 @@ export default { .question-tag { width: 42rpx; height: 42rpx; - margin-right: 32rpx; + margin-left: 6rpx; + margin-right: 26rpx; flex-shrink: 0; } @@ -349,7 +350,8 @@ export default { .answer-tag { width: 42rpx; height: 42rpx; - margin-right: 32rpx; + margin-left: 6rpx; + margin-right: 26rpx; flex-shrink: 0; }