Ver Fonte

modify home.vue

yhliu há 4 meses atrás
pai
commit
e426abf336
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      pages/tabbar/home/home.vue

+ 4 - 1
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 {