refactor: 重构角色管理

This commit is contained in:
2025-02-06 20:25:52 +08:00
parent 1c743fb097
commit cfa20ac765
19 changed files with 1037 additions and 713 deletions

View File

@@ -313,6 +313,31 @@
}
}
.gi_tabs {
display: flex;
flex-direction: column;
overflow: hidden;
height: 100%;
.arco-tabs-content {
flex: 1;
overflow: hidden;
.arco-tabs-content-list {
height: 100%;
}
.arco-tabs-content-item {
height: 100%;
}
.arco-tabs-pane {
height: 100%;
overflow: hidden;
}
}
}
.detail{
height: 100%;
display: flex;
@@ -517,4 +542,4 @@
::view-transition-new(root),
.dark::view-transition-old(root) {
z-index: 9999;
}
}