样式调整

This commit is contained in:
‘huanghaiixia’
2025-12-03 17:51:06 +08:00
parent a60bf862cf
commit 52c58b9cc8

View File

@ -281,29 +281,24 @@ export const formProps: FormProps = {
colProps: { span: 24 },
defaultValue: '',
componentProps: {
width: '100%',
span: '',
defaultValue: '',
labelWidthMode: 'fix',
labelFixWidth: 120,
responsive: false,
respNewRow: false,
width: '100%',
span: '',
defaultValue: null,
min: 0,
max: null,
placeholder: '请输入车/数量单位',
maxlength: null,
prefix: '',
suffix: '',
min:0,
addonBefore: '',
addonAfter: '',
disabled: false,
allowClear: false,
showLabel: true,
controls: true,
required: false,
subTotal: false,
isShow: true,
rules: [],
events: {},
isSave: false,
isShow: true,
scan: false,
style: { width: '100%' }
}
},