From 671a1907d10b6a36f8be0f1712fca76dfd238a1f Mon Sep 17 00:00:00 2001 From: smallchill Date: Thu, 30 Mar 2023 13:24:05 +0800 Subject: [PATCH] :zap: optimize model menu --- src/const/tool/model.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/const/tool/model.js b/src/const/tool/model.js index b022040..6e352be 100644 --- a/src/const/tool/model.js +++ b/src/const/tool/model.js @@ -256,7 +256,7 @@ export const optionModel = { type: 'switch', dicData: switchDic, align: 'center', - width: 80, + width: 60, cell: true, }, { label: '表单显示', @@ -264,7 +264,7 @@ export const optionModel = { type: 'switch', dicData: switchDic, align: 'center', - width: 80, + width: 60, cell: true, }, { label: '独占一行', @@ -272,7 +272,7 @@ export const optionModel = { type: 'switch', dicData: switchDic, align: 'center', - width: 80, + width: 60, cell: true, }, { label: '必填', @@ -280,7 +280,7 @@ export const optionModel = { type: 'switch', dicData: switchDic, align: 'center', - width: 80, + width: 60, cell: true, }, { label: '组件类型', @@ -304,7 +304,7 @@ export const optionModel = { type: 'switch', dicData: switchDic, align: 'center', - width: 80, + width: 60, cell: true, }, { label: '查询类型',