优化布局

This commit is contained in:
supernijia
2026-07-24 13:26:37 +08:00
parent bca1335dc6
commit f1b7a7aae8
8 changed files with 192 additions and 43 deletions
@@ -387,7 +387,10 @@ async function launchDesktop() {
}
.delivery-page {
min-height: 100vh;
display: flex;
flex-direction: column;
height: 100%;
min-height: 0;
background: #0f0f0f;
}
@@ -399,7 +402,9 @@ async function launchDesktop() {
}
.delivery-page__body {
min-height: calc(100vh - 64px);
flex: 1 1 auto;
min-height: 0;
overflow: auto;
padding: 12px 20px 24px;
background: #0f0f0f;
}