fixed upload btn display
This commit is contained in:
@@ -117,7 +117,7 @@ console.log('imageLink', imageLink)
|
|||||||
|
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-xl-6 col-xxl-4 m-b-30">
|
<div className="col-xl-6 col-xxl-4 m-b-30">
|
||||||
<div className="card card-statistics h-50 mb-0 widget-support-list">
|
<div className="card card-statistics mb-0 widget-support-list">
|
||||||
<div className="card-header">
|
<div className="card-header">
|
||||||
<div className="card-heading">
|
<div className="card-heading">
|
||||||
<h4 className="card-title">Upload File</h4>
|
<h4 className="card-title">Upload File</h4>
|
||||||
|
|||||||
@@ -130,9 +130,9 @@ const TemplateConfigure = ({productData}) => {
|
|||||||
margin: '2px',
|
margin: '2px',
|
||||||
maxHeight: '150px'
|
maxHeight: '150px'
|
||||||
}}>
|
}}>
|
||||||
<div style={{padding: '2px'}}>
|
<div className='d-flex justify-content-center align-items-center' style={{padding: '6px', width: '120px', height: '100px'}}>
|
||||||
<img className="mr-5 mb-3 mb-xxs-0 img-fluid"
|
<img className="mb-xxs-0 img-fluid"
|
||||||
style={{width: 'auto', height: '100px',}}
|
style={{height: 'auto', maxHeight: '100px'}}
|
||||||
src={(selectedFile?.img && selectedFile?.id == item?.id) ? URL.createObjectURL(selectedFile?.img) : currImage} alt="image"/>
|
src={(selectedFile?.img && selectedFile?.id == item?.id) ? URL.createObjectURL(selectedFile?.img) : currImage} alt="image"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user