fix: table Search 样式调整
This commit is contained in:
@@ -35,13 +35,14 @@ export const formConfig = {
|
||||
},
|
||||
flexv2: {
|
||||
// layout: 'horizontal',
|
||||
class: 'ns-flex-form ns-flex-form-horizontal',
|
||||
wrapperCol: { span: 16 },
|
||||
class: 'ns-flex-form ns-flex-form-horizontal ns-flexv2-form',
|
||||
wrapperCol: { span: 24 },
|
||||
labelCol: { span: 0 },
|
||||
span: 6,
|
||||
sm: 8, //≥576px <=768
|
||||
lg: 6, //>= 768
|
||||
gutter: [16, 16],
|
||||
justify: 'space-between',
|
||||
// sm: 8, //≥576px <=768
|
||||
// lg: 6, //>= 768
|
||||
gutter: [20, 0],
|
||||
justify: 'flex-start',
|
||||
},
|
||||
flexVertical: {
|
||||
layout: 'vertical',
|
||||
|
Reference in New Issue
Block a user