diff --git a/frontend/src/views/system/authority/components/LazyTree.vue b/frontend/src/views/system/authority/components/LazyTree.vue index 53a29446d7..179ab2b0f9 100644 --- a/frontend/src/views/system/authority/components/LazyTree.vue +++ b/frontend/src/views/system/authority/components/LazyTree.vue @@ -33,7 +33,8 @@ - + + @@ -282,8 +283,9 @@ export default { padding-left: 8px; } .tree-main{ - height: 100vh; + height: calc(100vh - 206px); border: 1px solid #e6e6e6; + overflow-y: auto; } .tree-head{ height: 30px;