页面高度样式修改2

This commit is contained in:
zzyuan 2025-06-17 16:37:20 +08:00
parent 60a8bb2f25
commit 09cd47f480
2 changed files with 3 additions and 2 deletions

View File

@ -325,7 +325,7 @@ export default {
.page {
background: #f9fbff;
padding: 16px;
height: 98vh;
height: 95vh;
overflow-y: auto;
color: #0f274b;
}

View File

@ -560,11 +560,12 @@ export default {
background: #f9fbff;
// height: 100%;
height: 95vh;
overflow-y: auto;
.top-wrapper {
padding-top: 4vh;
width: 100vw;
background: #f9fbff;
height: 95vh;
height: 94vh;
}
.top-cont {