From 07208dd0ccf86ed2138c57b308fcecf963ae75a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 12 Jun 2022 12:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E6=95=B0=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mdp/sys/dept/DeptTree.vue | 1 + 1 file changed, 1 insertion(+) 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"