feat: form 组件样式调整
This commit is contained in:
@@ -14,11 +14,12 @@ export const formConfig = {
|
||||
flex: {
|
||||
// layout: 'horizontal',
|
||||
class: 'ns-flex-form ns-flex-form-horizontal',
|
||||
wrapperCol: { span: 16 },
|
||||
span: 7,
|
||||
wrapperCol: { span: 24 },
|
||||
labelCol: { span: 0 },
|
||||
span: 6,
|
||||
sm: null, //≥576px <=768
|
||||
lg: null, //>= 768
|
||||
gutter: [0, 0],
|
||||
gutter: [20, 0],
|
||||
justify: 'space-between',
|
||||
},
|
||||
flexv2: {
|
||||
|
Reference in New Issue
Block a user