From 02409bfbe15f22fc3b5dccadabfd860a660a49d9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 11 Oct 2025 10:37:14 +0800
Subject: [PATCH] feat: 名称修改

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

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

--
Gitblit v1.9.3