feat(area-product-list): update size style

This commit is contained in:
woody 2025-04-28 11:22:00 +08:00
parent 7b50c09175
commit 3ced29bb63
1 changed files with 6 additions and 2 deletions

View File

@ -192,7 +192,8 @@ export default {
} }
.product-image { .product-image {
height: 160rpx; width: 180rpx;
height: 180rpx;
border-radius: 6rpx; border-radius: 6rpx;
} }
@ -268,10 +269,13 @@ export default {
} }
.product-image { .product-image {
width: 100%; width: 200rpx;
height: 200rpx; height: 200rpx;
border-radius: 8rpx; border-radius: 8rpx;
background-color: #f5f5f5; background-color: #f5f5f5;
object-fit: cover;
display: block;
margin: 0 auto;
} }
.product-info { .product-info {