From 5808f76456ca0d40de5074f132b73a5a488e3e13 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 09 Dec 2025 09:12:03 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v9.0/9.0.1' into test

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

diff --git a/src/option/system/dict.js b/src/option/system/dict.js
index e64065b..e593c9f 100644
--- a/src/option/system/dict.js
+++ b/src/option/system/dict.js
@@ -1,12 +1,14 @@
 export const optionParent = {
   tip: false,
   searchShow: true,
-  searchMenuSpan: 10,
+  searchGutter: 30,
+  searchMenuPosition: 'left',
+  searchMenuSpan: 4,
   border: true,
   index: true,
   selection: true,
   viewBtn: true,
-  menuWidth: 250,
+  menuWidth: 280,
   dialogWidth: 880,
   dialogClickModal: false,
 
@@ -18,6 +20,7 @@
       label: '字典编号',
       prop: 'code',
       search: true,
+      searchSpan: 4,
       slot: true,
       span: 24,
       rules: [
@@ -32,6 +35,7 @@
       label: '字典名称',
       prop: 'dictValue',
       search: true,
+      searchSpan: 4,
       align: 'center',
       rules: [
         {
@@ -59,7 +63,7 @@
       label: '封存',
       prop: 'isSealed',
       type: 'switch',
-      align: 'center',
+      // align: 'center',
       width: 100,
       dicData: [
         {

--
Gitblit v1.9.3