Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -162,7 +162,7 @@ export const modeKafkaForm: FormSchema[] = [ |
162 | 162 | { |
163 | 163 | field: 'keySerializer', |
164 | 164 | label: '键序列化', |
165 | - colProps: { span: 12 }, | |
165 | + colProps: { span: 24 }, | |
166 | 166 | required: true, |
167 | 167 | component: 'Input', |
168 | 168 | defaultValue: 'org.apache.kafka.common.serialization.StringSerializer', |
... | ... | @@ -174,7 +174,7 @@ export const modeKafkaForm: FormSchema[] = [ |
174 | 174 | { |
175 | 175 | field: 'valueSerializer', |
176 | 176 | label: '值序列化', |
177 | - colProps: { span: 12 }, | |
177 | + colProps: { span: 24 }, | |
178 | 178 | required: true, |
179 | 179 | component: 'Input', |
180 | 180 | defaultValue: 'org.apache.kafka.common.serialization.StringSerializer', | ... | ... |