refactor: standardize card styles and improve layout across dashboard components

This commit is contained in:
mlogclub
2026-06-21 10:09:52 +08:00
parent ff2e2e3962
commit fe5041191f
20 changed files with 91 additions and 74 deletions
@@ -191,7 +191,7 @@ function AssignPermissionsDrawerBody({
const value = field.value || [];
return (
<div className="flex-1 min-h-0 space-y-4 overflow-y-auto rounded-xl border p-3">
<div className="flex-1 min-h-0 space-y-4 overflow-y-auto rounded-md border p-3">
{loading ? (
<div className="py-8 text-center text-sm text-muted-foreground">
{t("role.loadingPermissions")}