优化代码
This commit is contained in:
@ -201,7 +201,7 @@ export const formProps: FormProps = {
|
||||
colProps: { span: 24 },
|
||||
defaultValue: '',
|
||||
componentProps: {
|
||||
width: '100%',
|
||||
width: '33.3%',
|
||||
span: '',
|
||||
defaultValue: '',
|
||||
labelWidthMode: 'fix',
|
||||
@ -223,7 +223,7 @@ export const formProps: FormProps = {
|
||||
isSave: false,
|
||||
isShow: true,
|
||||
scan: false,
|
||||
style: { width: '100%' },
|
||||
style: { width: '50%' },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@ -265,9 +265,8 @@ export const formProps: FormProps = {
|
||||
responsive: false,
|
||||
width: '100%',
|
||||
span: '',
|
||||
defaultValue: 0,
|
||||
defaultValue: '',
|
||||
min: 0,
|
||||
max: 100,
|
||||
step: 1,
|
||||
maxlength: null,
|
||||
disabled: false,
|
||||
|
||||
@ -555,7 +555,7 @@ export const formProps: FormProps = {
|
||||
width: '100%',
|
||||
span: '',
|
||||
defaultValue: null,
|
||||
min: null,
|
||||
min: 0,
|
||||
max: null,
|
||||
step: 1,
|
||||
maxlength: null,
|
||||
|
||||
@ -343,12 +343,12 @@ export const formProps: FormProps = {
|
||||
labelFixWidth: 120,
|
||||
responsive: false,
|
||||
width: '100%',
|
||||
precision: '2',
|
||||
precision: '6',
|
||||
span: '',
|
||||
defaultValue: null,
|
||||
min: null,
|
||||
max: null,
|
||||
step: 0.01,
|
||||
step: 0.000001,
|
||||
disabled: false,
|
||||
showLabel: true,
|
||||
controls: true,
|
||||
@ -372,14 +372,14 @@ export const formProps: FormProps = {
|
||||
labelWidthMode: 'fix',
|
||||
labelFixWidth: 120,
|
||||
responsive: false,
|
||||
precision: '2',
|
||||
precision: '6',
|
||||
|
||||
width: '100%',
|
||||
span: '',
|
||||
defaultValue: null,
|
||||
min: null,
|
||||
max: null,
|
||||
step: 0.01,
|
||||
step: 0.00001,
|
||||
disabled: false,
|
||||
showLabel: true,
|
||||
controls: true,
|
||||
|
||||
@ -318,9 +318,9 @@ export const formProps: FormProps = {
|
||||
responsive: false,
|
||||
width: '100%',
|
||||
span: '',
|
||||
defaultValue: 0,
|
||||
defaultValue: '',
|
||||
min: 0,
|
||||
max: 100,
|
||||
max: null,
|
||||
step: 1,
|
||||
maxlength: null,
|
||||
disabled: false,
|
||||
|
||||
Reference in New Issue
Block a user