Commit d88d23904d66ca1066fc5f7cdce26ca0e3dc0f73

Authored by xp.Huang
2 parents bd10a1a6 b5b793cd

Merge branch 'perf/rule-script' into 'main_dev'

perf: 优化脚本管理查询表单样式

See merge request yunteng/thingskit-front!1315
... ... @@ -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')],
... ...
... ... @@ -27,6 +27,7 @@
27 27 labelWidth: 120,
28 28 showAdvancedButton: true,
29 29 compact: true,
  30 + actionColOptions: { span: 4 },
30 31 fieldMapToTime: [['createTime', ['startTime', 'endTime'], 'x']],
31 32 submitFunc: async () => {
32 33 const value = getFieldsValue();
... ...