feat(area-product-list): update size style
This commit is contained in:
parent
7b50c09175
commit
3ced29bb63
|
@ -192,7 +192,8 @@ export default {
|
|||
}
|
||||
|
||||
.product-image {
|
||||
height: 160rpx;
|
||||
width: 180rpx;
|
||||
height: 180rpx;
|
||||
border-radius: 6rpx;
|
||||
}
|
||||
|
||||
|
@ -268,10 +269,13 @@ export default {
|
|||
}
|
||||
|
||||
.product-image {
|
||||
width: 100%;
|
||||
width: 200rpx;
|
||||
height: 200rpx;
|
||||
border-radius: 8rpx;
|
||||
background-color: #f5f5f5;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.product-info {
|
||||
|
|
Loading…
Reference in New Issue