浏览代码

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

Co-Authored-By: Claude <noreply@anthropic.com>
skyline 1 月之前
父节点
当前提交
97b158d263
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {