diff --git a/src/views/mdp/sys/dept/DeptTree.vue b/src/views/mdp/sys/dept/DeptTree.vue index dccf780f..ad003e4a 100644 --- a/src/views/mdp/sys/dept/DeptTree.vue +++ b/src/views/mdp/sys/dept/DeptTree.vue @@ -31,6 +31,7 @@ :default-checked-keys="defaultCheckedKeys" auto-expand-parent highlight-current + style="min-height:100px;" @check-change="handleCheckChange" @current-change="handleCurrentChange" @node-click="handleNodeClick"