From 75eec0f96ba71a2fa3e1fb33c46953784a249f93 Mon Sep 17 00:00:00 2001 From: peijunlei Date: Mon, 31 Aug 2026 10:12:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?tab=E5=B8=83=E5=B1=80=E5=92=8C=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E6=A0=B7=E5=BC=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, 4 insertions(+), 2 deletions(-) diff --git a/public/themes/dist_static/static/css/product.css b/public/themes/dist_static/static/css/product.css index e7d8460..82080ac 100644 --- a/public/themes/dist_static/static/css/product.css +++ b/public/themes/dist_static/static/css/product.css @@ -435,8 +435,12 @@ body.is-p-subnav .site-header { justify-content: center; gap: 5rem; border: 0; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + scrollbar-width: none; } .p-spec__tab { + flex: 1; display: flex; flex-direction: column; align-items: center; @@ -463,7 +467,6 @@ body.is-p-subnav .site-header { } .p-spec__tab-media { width: 7.5rem; - height: 7.5rem; display: flex; align-items: center; justify-content: center; @@ -471,7 +474,6 @@ body.is-p-subnav .site-header { } .p-spec__tab-media img { width: auto; - max-width: 5rem; display: block; } .p-spec__tab-name {