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
@@ -211,8 +211,7 @@ export default {
display: flex;
justify-content: center;
background-color: var(--background-color);
height: calc(100vh - var(--header-height));
padding-top: var(--header-height);
height: 100%;
padding-right: 20px;
padding-left: 20px;
overflow-y: auto;