fix: table Search 样式调整

This commit is contained in:
xuziqiang
2024-07-17 15:39:24 +08:00
parent bf4a3fd581
commit a83f8d868a
5 changed files with 31 additions and 179 deletions

View File

@@ -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',