From 1c326c20f634590ad05265d5de5090be15d27231 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 17 Oct 2025 18:02:14 +0800
Subject: [PATCH] Merge branch 'feature/v7.0/7.0.1' into prod

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

diff --git a/src/option/system/dict.js b/src/option/system/dict.js
index c268396..e593c9f 100644
--- a/src/option/system/dict.js
+++ b/src/option/system/dict.js
@@ -1,7 +1,9 @@
 export const optionParent = {
   tip: false,
   searchShow: true,
-  searchMenuSpan: 10,
+  searchGutter: 30,
+  searchMenuPosition: 'left',
+  searchMenuSpan: 4,
   border: true,
   index: true,
   selection: true,
@@ -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: [
         {

--
Gitblit v1.9.3