From ef2a925265ce170f0d50191b20179ebf0d9a4132 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 6 Apr 2021 10:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E5=88=97=E8=A1=A8=E5=8A=A0?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/system/user.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/views/system/user.vue b/client/src/views/system/user.vue index 401056f..17a26d0 100644 --- a/client/src/views/system/user.vue +++ b/client/src/views/system/user.vue @@ -2,7 +2,7 @@
- +
部门
@@ -16,7 +16,7 @@ highlight-current :expand-on-click-node="false" :filter-node-method="filterNode" - style="margin-top: 10px" + style="margin-top: 10px;max-height:650px;overflow-y: auto;" @node-click="handleOrgClick" />