fix: 缩小购物车移动端商品图片尺寸
- 图片从70x70调整为50x50 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -986,8 +986,8 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.item-product .item-image {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user