优化布局
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user