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