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