From c832bf2e80ac465e71b7a1c1f7a59d4252030989 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 05 Aug 2025 17:33:08 +0800
Subject: [PATCH] feat:事件工单滚动条

---
 src/option/system/dict.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/option/system/dict.js b/src/option/system/dict.js
index b76bb04..e64065b 100644
--- a/src/option/system/dict.js
+++ b/src/option/system/dict.js
@@ -9,6 +9,10 @@
   menuWidth: 250,
   dialogWidth: 880,
   dialogClickModal: false,
+
+  height: 'auto',
+  calcHeight: 20,
+
   column: [
     {
       label: '字典编号',
@@ -83,11 +87,9 @@
       hide: true,
     },
   ],
-};
+}
 
 export const optionChild = {
-  height: 'auto',
-  calcHeight: 95,
   tip: false,
   searchShow: true,
   searchMenuSpan: 10,
@@ -205,4 +207,4 @@
       hide: true,
     },
   ],
-};
+}

--
Gitblit v1.9.3