From 9ff42a43a83998c45cb26b6076d8dc1b8b4c2ad0 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 25 May 2021 15:18:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=201.=E6=9B=BF=E6=8D=A2=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=BC=80=E5=85=B3=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/authority/components/LazyTree.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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;