From 22e5a6b2be5fc91dfa9db53753f79b2c93440073 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sun, 28 Sep 2025 14:46:55 +0800
Subject: [PATCH] feat:搜索内容向左
---
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 a3ebf3d..a5e75fa 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