feat: 根据路由 meta 动态调整 footer 高度

This commit is contained in:
jxxghp
2025-03-10 08:15:24 +08:00
parent e1e8344764
commit 8236461c37
2 changed files with 15 additions and 9 deletions
+4
View File
@@ -65,6 +65,10 @@ body,
block-size: variables.$layout-vertical-nav-footer-height;
}
.footer-content-container-noheight {
block-size: 0px !important;
}
.layout-footer-sticky & {
position: sticky;
inset-block-end: 0;