From ef3cd4a6104e294cd526085021c79985122bf257 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Sun, 30 Nov 2025 12:09:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4671=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E6=80=BB=E9=95=BF=E5=BA=A6=E8=B6=85=E5=87=BA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=97=B6=EF=BC=8C=E5=9C=A8=E4=B8=8D=E5=88=92=E5=8A=A8?= =?UTF-8?q?=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C=E6=9C=80=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E6=96=87=E6=9C=AC=E4=B9=9F=E4=BC=9A=E8=A2=AB=E9=A1=B6?= =?UTF-8?q?=E5=87=BA=E9=A1=B5=E9=9D=A2=EF=BC=88=E6=9C=BA=E5=9E=8B=EF=BC=9A?= =?UTF-8?q?=E8=8B=B9=E6=9E=9C12=EF=BC=8C=E5=9C=A8=E4=B8=8D=E5=88=92?= =?UTF-8?q?=E5=8A=A8=E5=88=86=E7=B1=BB=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B?= =?UTF-8?q?=EF=BC=8C=E6=9C=80=E5=B7=A6=E4=BE=A7=E6=96=87=E6=9C=AC=E5=BA=94?= =?UTF-8?q?=E9=A1=B6=E6=A0=BC=E6=98=BE=E7=A4=BA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/newZone.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/newZone.vue b/pages/home/newZone.vue index 0ca0d56..2b6b924 100644 --- a/pages/home/newZone.vue +++ b/pages/home/newZone.vue @@ -140,7 +140,7 @@ export default{ } .tabs-wrap{ overflow: auto; - justify-content: space-around; + justify-content: justify-between; } .tab-item{ margin-right: 20rpx;