From e426abf3367527b8b1738bca7bfda0b9e1f648bc Mon Sep 17 00:00:00 2001 From: yhliu Date: Mon, 19 Jan 2026 00:01:27 +0800 Subject: [PATCH] modify home.vue --- pages/tabbar/home/home.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/tabbar/home/home.vue b/pages/tabbar/home/home.vue index f5bcdb5..cd4bd43 100644 --- a/pages/tabbar/home/home.vue +++ b/pages/tabbar/home/home.vue @@ -725,7 +725,10 @@ flex-wrap: wrap; align-items: center; // justify-content: space-between; - justify-content: space-around; + //justify-content: space-around; + //justify-content: start; + display: grid; + grid-template-columns: repeat(4, 1fr); } .nav-item {