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

View File

@@ -650,7 +650,7 @@ export default {
background-color: var(--background-color);
display: flex;
flex-direction: row;
height: 100vh;
height: 100%;
}
.loading-container {
@@ -665,13 +665,12 @@ export default {
overflow-y: auto;
scrollbar-width: none;
padding: 20px;
height: calc(100% - 40px - var(--header-height));
height: calc(100% - 40px);
width: calc(85% - 40px);
padding-top: calc(var(--header-height) + 20px);
padding-top: 20px;
}
.post-page-scroller-container {
padding-top: var(--header-height);
display: flex;
flex-direction: column;
width: 15%;
@@ -974,7 +973,6 @@ export default {
.post-page-main-container {
width: calc(100% - 20px);
padding: 10px;
padding-top: calc(var(--header-height) + 10px);
}
.article-title {