feat: image fix
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
padding: rem(10);
|
||||
margin-bottom: rem(10);
|
||||
flex: 1;
|
||||
|
||||
}
|
||||
|
||||
.image-container {
|
||||
display: flex;
|
||||
max-height: rem(250);
|
||||
max-width: rem(250);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.services-container {
|
||||
|
||||
@@ -117,8 +117,12 @@ const ProductView: FC<Props> = ({
|
||||
return (
|
||||
<div className={styles['container']}>
|
||||
<div className={styles['data-container']}>
|
||||
<div className={styles['image-container']}>
|
||||
<div
|
||||
|
||||
|
||||
className={styles['image-container']}>
|
||||
<Image
|
||||
flex={1}
|
||||
radius={rem(10)}
|
||||
fit={"cover"}
|
||||
src={product.product.imageUrl}
|
||||
|
||||
Reference in New Issue
Block a user