优化细节

This commit is contained in:
2026-02-06 12:06:33 +08:00
parent b7545173c6
commit d00f0b7412
83 changed files with 3901 additions and 2354 deletions

View File

@@ -2,7 +2,7 @@
.kpi-grid {
display: grid !important;
gap: 16px;
gap: 12px;
width: 100%;
box-sizing: border-box;
}
@@ -39,7 +39,7 @@
/* 6-2-1 网格规范 (对标 CRMEB 统计概况) */
.kpi-grid-6 {
display: grid !important;
gap: 16px;
gap: 12px;
width: 100%;
box-sizing: border-box;
}