fix: 权限管理权限授权框错位

This commit is contained in:
dataeaseShu 2023-02-24 10:06:14 +08:00
parent da84841eb7
commit 84cf0adc1f
2 changed files with 0 additions and 33 deletions

View File

@ -1760,10 +1760,4 @@ div:focus {
.el-table__fixed-right::before {
display: none;
}
.auth-tab {
.custom-tree-node {
padding-right: 0 !important;
}
}

View File

@ -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;