样式调整
This commit is contained in:
@ -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%' }
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user