From 25e1df5b612cb400f31256078dbaaf982224eee8 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 27 Apr 2023 10:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9bug=E3=80=91?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportManager.vue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/views/Report/ReportManager.vue b/src/views/Report/ReportManager.vue index b08c60f..6ef6bc5 100644 --- a/src/views/Report/ReportManager.vue +++ b/src/views/Report/ReportManager.vue @@ -55,6 +55,14 @@ ref="tree" @check="getHalfCheckedNode" > + @@ -937,9 +945,20 @@ export default { margin-right: 20px; .filter-tree{ margin-top: 20px; + height: calc(100vh - 320px); + overflow: auto; } } +.tree{ + height: 500px; + overflow: auto; + .filter-tree{ + margin-top: 20px; + + } +} + .check-all { text-align: right; width: 95%;