Quellcode durchsuchen

fix: 统计数据列表改为3列2行排版

Co-Authored-By: Claude <noreply@anthropic.com>
skyline vor 1 Monat
Ursprung
Commit
97b158d263
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      admin-h5/src/pages/statistics/index.vue

+ 1 - 1
admin-h5/src/pages/statistics/index.vue

@@ -575,7 +575,7 @@ onMounted(async () => {
 }
 .info-grid {
   display: grid;
-  grid-template-columns: repeat(2, 1fr);
+  grid-template-columns: repeat(3, 1fr);
   gap: 12rpx;
 }
 .info-item {