users 100%

This commit is contained in:
CJ 2024-11-14 13:11:09 +07:00
parent a4ef50a3a5
commit 4120a49e86
4 changed files with 110 additions and 102 deletions

View file

@ -3,5 +3,8 @@ export interface MenuItem {
activeIcon: string;
label: string;
path?: string;
children?: MenuItem[];
children?: {
label: string;
path: string;
}[];
}

View file

@ -457,6 +457,7 @@ function defaultOpen(index: number) {
font-weight: 500;
}
.expan2 .q-item {
padding: 8px;
padding-left: 11%;
}
.subLabel {