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