fix: 缩小购物车移动端商品图片尺寸

- 图片从70x70调整为50x50

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 23:14:04 +08:00
parent 56672ac3de
commit 3d8ec47a3d
+2 -2
View File
@@ -986,8 +986,8 @@ onMounted(() => {
}
.item-product .item-image {
width: 70px;
height: 70px;
width: 50px;
height: 50px;
flex-shrink: 0;
}