feat: enhance employee CRUD with search, filters, and security module

This commit is contained in:
2026-05-07 13:48:00 +08:00
parent c00db75c13
commit 2d56bc2889
13 changed files with 693 additions and 131 deletions

View File

@@ -833,6 +833,11 @@ tbody tr:last-child td {
padding: 10px 12px;
}
.field input[readonly] {
background: #f8fafc;
color: #64748b;
}
.role-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
@@ -1001,6 +1006,13 @@ tbody tr:last-child td {
box-shadow: 0 4px 12px rgba(5, 150, 105, 0.16);
}
.minor-action:disabled,
.major-action:disabled {
cursor: not-allowed;
opacity: 0.56;
box-shadow: none;
}
@media (max-width: 1320px) {
.hero-stats,
.form-grid,