Commit 5e56b98f63b4769020d2482633548b5a75a25f83

Authored by ww
1 parent 73be93b2

fix: 修复查询表单按钮换行

... ... @@ -102,7 +102,7 @@ export const searchFormSchema = (syncValue: Fn): FormSchema[] => {
102 102 field: 'createTime',
103 103 label: '创建时间',
104 104 component: 'RangePicker',
105   - colProps: { span: 10 },
  105 + colProps: { span: 8 },
106 106 componentProps: {
107 107 showTime: {
108 108 defaultValue: [moment('00:00:00', 'HH:mm:ss'), moment('23:59:59', 'HH:mm:ss')],
... ...
... ... @@ -84,6 +84,7 @@
84 84 formConfig: {
85 85 labelWidth: 120,
86 86 schemas: searchFormSchema,
  87 + actionColOptions: { span: 12 },
87 88 },
88 89 useSearchForm: true,
89 90 showTableSetting: true,
... ...
... ... @@ -84,6 +84,7 @@
84 84 formConfig: {
85 85 labelWidth: 120,
86 86 schemas: searchFormSchema,
  87 + actionColOptions: { span: 12 },
87 88 },
88 89 useSearchForm: true,
89 90 showTableSetting: true,
... ...