fix: 修正页面布局
- 当页面内容不足时,将页脚固定在页面下方
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user