fixed upload btn display
This commit is contained in:
@@ -130,9 +130,9 @@ const TemplateConfigure = ({productData}) => {
|
||||
margin: '2px',
|
||||
maxHeight: '150px'
|
||||
}}>
|
||||
<div style={{padding: '2px'}}>
|
||||
<img className="mr-5 mb-3 mb-xxs-0 img-fluid"
|
||||
style={{width: 'auto', height: '100px',}}
|
||||
<div className='d-flex justify-content-center align-items-center' style={{padding: '6px', width: '120px', height: '100px'}}>
|
||||
<img className="mb-xxs-0 img-fluid"
|
||||
style={{height: 'auto', maxHeight: '100px'}}
|
||||
src={(selectedFile?.img && selectedFile?.id == item?.id) ? URL.createObjectURL(selectedFile?.img) : currImage} alt="image"/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user