feat: 设置为外层滚动

This commit is contained in:
Tim
2025-08-05 18:13:01 +08:00
parent 1edaa50732
commit 0957a5c132
21 changed files with 35 additions and 49 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
height: calc(100vh - var(--header-height));
padding-top: var(--header-height);
height: 100%;
text-align: center;
background-color: var(--background-color);
}