fix: 电商页面 KeepAlive 容器使用绝对定位铺满视口,解决底部留白问题

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 23:25:10 +08:00
parent 0fc180637c
commit 7e631cfa1b
2 changed files with 17 additions and 7 deletions
+8
View File
@@ -559,12 +559,20 @@
}
.web-shell__page {
position: relative;
flex: 1;
min-height: 0;
overflow: auto;
scrollbar-color: rgba(var(--accent-rgb), 0.42) transparent;
}
.keepalive-ecommerce {
position: absolute;
inset: 0;
z-index: 1;
overflow: hidden;
}
/* ── Info button & popover ────────────────────── */
.info-button {
display: inline-grid;