@@ -100,19 +100,19 @@ const ProductConfigItemEditor = ({
100
100
< InlineFieldRow >
101
101
< div className = 'gf-form-label' style = { { width : '32px' , padding : '0 8px 0 12px' } } onClick = { addProduct } > +</ div >
102
102
< div className = 'gf-form-label' style = { { width : '32px' , padding : '0 8px 0 12px' } } onClick = { remove } > -</ div >
103
- < InlineField label = "product " labelWidth = { 8 } >
103
+ < InlineField label = "Product " labelWidth = { 8 } >
104
104
< Select
105
- width = { 30 }
105
+ width = { 33 }
106
106
allowCustomValue = { true }
107
107
options = { ProductsOptions }
108
108
onChange = { e => onProductChange ( e ) }
109
109
value = { productName }
110
- placeholder = "please select or input product"
110
+ placeholder = "please select or input product"
111
111
/>
112
112
</ InlineField >
113
- < InlineField label = "endpoint " labelWidth = { 8 } >
113
+ < InlineField label = "Endpoint " labelWidth = { 8 } >
114
114
< Input
115
- width = { 30 }
115
+ width = { 33 }
116
116
placeholder = 'please enter endpoint'
117
117
value = { endpoint }
118
118
onChange = { ( e : any ) => onInputChange ( e , 'endpoint' ) }
@@ -132,7 +132,7 @@ const ProductConfigItemEditor = ({
132
132
< div className = "gf-form" style = { { marginLeft : '72px' } } >
133
133
< InlineField labelWidth = { 8 } label = "Version" >
134
134
< Input
135
- width = { 30 }
135
+ width = { 33 }
136
136
placeholder = 'please enter version'
137
137
value = { version }
138
138
onChange = { ( e : any ) => onInputChange ( e , 'version' ) }
@@ -142,7 +142,7 @@ const ProductConfigItemEditor = ({
142
142
</ InlineField >
143
143
< InlineField labelWidth = { 8 } label = "Style" >
144
144
< Input
145
- width = { 30 }
145
+ width = { 33 }
146
146
placeholder = 'please enter style'
147
147
value = { style }
148
148
onChange = { ( e : any ) => onInputChange ( e , 'style' ) }
0 commit comments