From 298d18ee58418f2da579e2ed72f58fbab87c9efe Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 09 Jan 2024 10:46:49 +0800
Subject: [PATCH] 研发工具---内容管理,等页面整改
---
src/views/tool/model.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/views/tool/model.vue b/src/views/tool/model.vue
index 6c8800f..a723f26 100644
--- a/src/views/tool/model.vue
+++ b/src/views/tool/model.vue
@@ -72,8 +72,13 @@
stepEnd: 4,
data: [],
option: {
- menuWidth: 280,
...option,
+
+ labelWidth: 120,
+ searchLabelWidth: 96,
+ searchShow: true,
+ searchMenuSpan: 3,
+ menuWidth: 240,
},
optionModel: optionModel,
formStep: {},
--
Gitblit v1.9.3