From f0ca4d8ba074e441b85f4d689850f14c41bb229c Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 30 Apr 2021 18:09:55 +0800
Subject: [PATCH] 用户更改部门调整为级联选择器
---
src/views/tool/code.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/tool/code.vue b/src/views/tool/code.vue
index 7bfdfd2..1655ac5 100644
--- a/src/views/tool/code.vue
+++ b/src/views/tool/code.vue
@@ -64,7 +64,7 @@
},
option: {
height: 'auto',
- calcHeight: 30,
+ calcHeight: 54,
dialogWidth: 900,
tip: false,
searchShow: true,
--
Gitblit v1.9.3