优化前端ui

This commit is contained in:
yml2213
2026-05-17 08:28:27 +08:00
parent 3ca71b782b
commit d8c411d67f
18 changed files with 54 additions and 49 deletions
+14 -1
View File
@@ -116,4 +116,17 @@
color: var(--text-muted);
}
.mt-4 { margin-top: 16px; }
/* ---- 通用工具类 ---- */
.mt-4 { margin-top: var(--space-4); }
.mb-4 { margin-bottom: var(--space-4); }
.w-full { width: 100%; }
.text-muted-xs { font-size: var(--text-xs); color: var(--text-muted); }
.fw-600 { font-weight: 600; }
.text-danger { color: var(--color-danger); }
.ml-2 { margin-left: var(--space-2); }
.pagination-center {
margin-top: var(--space-4);
display: flex;
justify-content: center;
}
.filter-col-160 { width: 160px; }