perf(theme): 优化无文章列表时页面最小高度

This commit is contained in:
pengzhanbo 2024-07-10 07:38:47 +08:00
parent 27116d7071
commit e03388098e

View File

@ -106,7 +106,7 @@ const { theme, page } = useData()
@media (min-width: 960px) {
.vp-blog {
min-height: calc(100vh - var(--vp-footer-height, 0px));
min-height: calc(100vh - var(--vp-nav-height) - var(--vp-footer-height, 0px));
}
.blog-container {