From f1da250295fcfec1d60690acc2524c7a6ad5d9a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 11 Jul 2026 19:03:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(shop):=20=E4=BF=AE=E6=AD=A3=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=9B=BE=E7=89=87=E5=B1=95=E7=A4=BA=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=BA=E9=80=82=E5=BA=94=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将图片模式从填充裁剪改为适应容器比例 - 优化了商品详情页图片的显示效果 - 保持图片完整展示,避免内容裁剪 - 改善了页面视觉一致性和用户体验 --- src/pages/shop/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/shop/index.tsx b/src/pages/shop/index.tsx index 5951908..33c7e30 100644 --- a/src/pages/shop/index.tsx +++ b/src/pages/shop/index.tsx @@ -272,7 +272,7 @@ const ShopPage: React.FC = () => {