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 {