修复精选活动图裁切

移除精选预览容器最大高度限制

让活动图按记录宽高自然拉伸卡片高度

通过浏览器验证 900x1200 活动图比例不再被压到 23rem
This commit is contained in:
2026-07-06 22:59:25 +08:00
parent 2d631becc7
commit 4622b35a32
-1
View File
@@ -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);