部分页面适配

This commit is contained in:
2025-12-11 18:12:47 +08:00
parent 3c8176f84e
commit 60b4d2bef0
8 changed files with 28 additions and 10 deletions

View File

@@ -92,6 +92,7 @@ const handleScrollToLower = () => {
width: 100vw;
height: calc(100% - var(--window-bottom));
overflow: hidden;
}
.app-container {
// background-image: url('@/static/icon/background2.png');
@@ -102,6 +103,8 @@ const handleScrollToLower = () => {
flex-direction: column;
height: 100%;
width: 100%;
box-sizing: border-box;
padding-top: calc(var(--window-top) + var(--status-bar-height));
.container-header {
min-height: calc(88rpx - 14rpx);
text-align: center;