Commit 4152575ac1814cc66aad6e3b787d462c06b400b2

Authored by xp.Huang
2 parents 73be93b2 5e56b98f

Merge branch 'fix/DEFECT-2060' into 'feat/account-role-manage'

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

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