优化前端ui
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user