mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-10 02:57:12 +08:00
refactor: 重构角色管理
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user