forked from github/dataease
fix: 权限管理权限授权框错位
This commit is contained in:
parent
da84841eb7
commit
84cf0adc1f
@ -1760,10 +1760,4 @@ div:focus {
|
||||
|
||||
.el-table__fixed-right::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.auth-tab {
|
||||
.custom-tree-node {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
}
|
@ -609,33 +609,6 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.custom-tree-node {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
font-size: 14px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.custom-tree-node-list {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
font-size: 14px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.father .child {
|
||||
/*display: none;*/
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.father:hover .child {
|
||||
/*display: inline;*/
|
||||
visibility: visible;
|
||||
}
|
||||
.relation-popover {
|
||||
max-height: 70%;
|
||||
overflow-y: scroll;
|
||||
|
Loading…
Reference in New Issue
Block a user