fix: 修正页面布局

- 当页面内容不足时,将页脚固定在页面下方
This commit is contained in:
2025-09-09 15:28:28 +08:00
parent 75a4fc0701
commit b3a45db9bf

View File

@ -16,6 +16,7 @@
.app-container {
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 0;
}
@ -27,7 +28,7 @@
.main-content {
flex: 1;
padding: 0;
flex-direction: column;
overflow-y: auto;
}
.page-footer {