@@ -100,19 +100,19 @@ const ProductConfigItemEditor = ({
100100 < InlineFieldRow >
101101 < div className = 'gf-form-label' style = { { width : '32px' , padding : '0 8px 0 12px' } } onClick = { addProduct } > +</ div >
102102 < 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 } >
104104 < Select
105- width = { 30 }
105+ width = { 33 }
106106 allowCustomValue = { true }
107107 options = { ProductsOptions }
108108 onChange = { e => onProductChange ( e ) }
109109 value = { productName }
110- placeholder = "please select or input product"
110+ placeholder = "please select or input product"
111111 />
112112 </ InlineField >
113- < InlineField label = "endpoint " labelWidth = { 8 } >
113+ < InlineField label = "Endpoint " labelWidth = { 8 } >
114114 < Input
115- width = { 30 }
115+ width = { 33 }
116116 placeholder = 'please enter endpoint'
117117 value = { endpoint }
118118 onChange = { ( e : any ) => onInputChange ( e , 'endpoint' ) }
@@ -132,7 +132,7 @@ const ProductConfigItemEditor = ({
132132 < div className = "gf-form" style = { { marginLeft : '72px' } } >
133133 < InlineField labelWidth = { 8 } label = "Version" >
134134 < Input
135- width = { 30 }
135+ width = { 33 }
136136 placeholder = 'please enter version'
137137 value = { version }
138138 onChange = { ( e : any ) => onInputChange ( e , 'version' ) }
@@ -142,7 +142,7 @@ const ProductConfigItemEditor = ({
142142 </ InlineField >
143143 < InlineField labelWidth = { 8 } label = "Style" >
144144 < Input
145- width = { 30 }
145+ width = { 33 }
146146 placeholder = 'please enter style'
147147 value = { style }
148148 onChange = { ( e : any ) => onInputChange ( e , 'style' ) }
0 commit comments