From 2f4d4510a5c4000b59e0647680234055cf6356f8 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 9 Dec 2025 14:09:19 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=E7=94=84=E9=80=89=E5=A5=BD=E7=A4=BC?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/newZone.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/newZone.vue b/pages/home/newZone.vue index 2b6b924..748315e 100644 --- a/pages/home/newZone.vue +++ b/pages/home/newZone.vue @@ -29,7 +29,7 @@ - + {{ tab.cateName }} @@ -140,7 +140,7 @@ export default{ } .tabs-wrap{ overflow: auto; - justify-content: justify-between; + justify-content: space-between; } .tab-item{ margin-right: 20rpx;