From 4622b35a323902a192eb335c1a6baed0426fde0f Mon Sep 17 00:00:00 2001 From: kdletters Date: Mon, 6 Jul 2026 22:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B2=BE=E9=80=89=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E5=9B=BE=E8=A3=81=E5=88=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除精选预览容器最大高度限制 让活动图按记录宽高自然拉伸卡片高度 通过浏览器验证 900x1200 活动图比例不再被压到 23rem --- src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.css b/src/index.css index e5f01af6c..6e01a877e 100644 --- a/src/index.css +++ b/src/index.css @@ -3913,7 +3913,6 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock { display: grid; width: 100%; min-height: 9.5rem; - max-height: 23rem; overflow: hidden; place-items: stretch; background: linear-gradient(180deg, #fffdfa, #fff4ea);