users 100%
This commit is contained in:
parent
a4ef50a3a5
commit
4120a49e86
4 changed files with 110 additions and 102 deletions
|
|
@ -3,5 +3,8 @@ export interface MenuItem {
|
|||
activeIcon: string;
|
||||
label: string;
|
||||
path?: string;
|
||||
children?: MenuItem[];
|
||||
children?: {
|
||||
label: string;
|
||||
path: string;
|
||||
}[];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -457,6 +457,7 @@ function defaultOpen(index: number) {
|
|||
font-weight: 500;
|
||||
}
|
||||
.expan2 .q-item {
|
||||
padding: 8px;
|
||||
padding-left: 11%;
|
||||
}
|
||||
.subLabel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue