Commit 7010dbc54a6bfdface0584705023c74a1fd89c8e
1 parent
8fdb5adf
fix: DEFECT-1552 ui界面优化,按钮和选择框有重叠部分
Showing
1 changed file
with
3 additions
and
3 deletions
... | ... | @@ -68,7 +68,7 @@ export const formSchemas: FormSchema[] = [ |
68 | 68 | componentProps: { |
69 | 69 | placeholder: '请输入标识符', |
70 | 70 | }, |
71 | - colProps: { span: 6 }, | |
71 | + colProps: { span: 7 }, | |
72 | 72 | }, |
73 | 73 | { |
74 | 74 | field: 'eventType', |
... | ... | @@ -83,7 +83,7 @@ export const formSchemas: FormSchema[] = [ |
83 | 83 | labelField: 'itemText', |
84 | 84 | valueField: 'itemValue', |
85 | 85 | }, |
86 | - colProps: { span: 6 }, | |
86 | + colProps: { span: 7 }, | |
87 | 87 | }, |
88 | 88 | { |
89 | 89 | field: 'dateRange', |
... | ... | @@ -94,6 +94,6 @@ export const formSchemas: FormSchema[] = [ |
94 | 94 | defaultValue: [moment('00:00:00', 'HH:mm:ss'), moment('23:59:59', 'HH:mm:ss')], |
95 | 95 | }, |
96 | 96 | }, |
97 | - colProps: { span: 6 }, | |
97 | + colProps: { span: 7 }, | |
98 | 98 | }, |
99 | 99 | ]; | ... | ... |