From 3d8ec47a3d3828a8605338c2cf9464689ae36c1e Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 30 May 2026 23:14:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=A9=E5=B0=8F=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=95=86=E5=93=81=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 图片从70x70调整为50x50 Co-Authored-By: Claude Opus 4.8 --- frontend/src/views/user/Cart.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/user/Cart.vue b/frontend/src/views/user/Cart.vue index 0ec6e0e..7bf1209 100644 --- a/frontend/src/views/user/Cart.vue +++ b/frontend/src/views/user/Cart.vue @@ -986,8 +986,8 @@ onMounted(() => { } .item-product .item-image { - width: 70px; - height: 70px; + width: 50px; + height: 50px; flex-shrink: 0; }