feat: 实现 Admin 采购员账号管理 (#51)

This commit is contained in:
chengma
2026-08-09 13:50:55 +08:00
parent 771e2ee616
commit eea0d65ef8
12 changed files with 909 additions and 20 deletions
+17
View File
@@ -247,6 +247,7 @@ tr.empty small { color: #aaa; }
}
.modal-body { padding: 16px; }
.modal-body h3 { font-size: 14px; margin: 20px 0 8px; }
.form-stack { display: grid; gap: 16px; }
.modal-foot {
display: flex;
align-items: center;
@@ -307,6 +308,22 @@ input[type="date"] {
}
input.wide { width: 100%; }
.row-actions {
display: flex;
align-items: center;
gap: 6px;
white-space: nowrap;
}
.row-actions form { margin: 0; }
.status-pill {
display: inline-block;
padding: 2px 8px;
border-radius: 999px;
border: 1px solid currentColor;
}
.status-active { color: #1a7f37; background: #f0fff4; }
.status-disabled { color: #777; background: #f3f4f6; }
select {
padding: 5px 8px;
border: 1px solid #ccd1d6;