From e7f594443bf04990eedebd4795b7207878d733af Mon Sep 17 00:00:00 2001 From: peijunlei Date: Tue, 1 Sep 2026 17:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E8=B0=83=E6=95=B4=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E9=A1=B5=E5=9B=BE=E7=89=87=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/dist_static/static/css/product.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/themes/dist_static/static/css/product.css b/public/themes/dist_static/static/css/product.css index 28a0e77..912fdca 100644 --- a/public/themes/dist_static/static/css/product.css +++ b/public/themes/dist_static/static/css/product.css @@ -679,9 +679,9 @@ body.is-p-subnav .site-header { background: transparent; } .p-related__media img { - width: auto; - max-width: 6.25rem; - max-height: 12.875rem; + width: 100%; + height: 100%; + object-fit: contain; display: block; } .p-related__foot {