Skip to content

Commit 9b0ba2e

Browse files
author
=
committed
修复分配角色权限底部超出原始应有范围的问题
1 parent 372ea91 commit 9b0ba2e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

web/src/view/superAdmin/authority/authority.vue

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -397,14 +397,9 @@ export default {
397397
}
398398
}
399399
.tree-content{
400-
overflow: auto;
401-
height: calc(100vh - 100px);
402400
margin-top: 10px;
401+
height: calc(100vh - 148px);
402+
overflow: auto;
403403
}
404404
405-
.auth-drawer{
406-
.el-drawer__body{
407-
overflow: hidden;
408-
}
409-
}
410405
</style>

0 commit comments

Comments
 (0)