[FEAT] 實作維修管理模組與 RBAC 權限整合、多語系支援及 UI 優化
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 1m3s

This commit is contained in:
2026-03-25 14:25:42 +08:00
parent 3d24ddff5a
commit 37ef6f1c10
23 changed files with 1446 additions and 460 deletions

View File

@@ -309,4 +309,13 @@
.hs-select-search-input {
@apply luxury-input py-2 px-3 text-xs border-slate-100 dark:border-slate-800;
}
/* Small variants for filter bars */
.luxury-input-sm {
@apply py-2.5 text-sm !important;
}
.luxury-select-sm .hs-select-toggle {
@apply py-2.5 text-sm !important;
}
}