Commit 63ca3999b167f9e06b505802bb563428879350c9

Authored by fengtao
1 parent 5f568261

pref:优化Kafka部分样式

@@ -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',