fix: 🐛 顶部布局模式 AppMain 高度调整
This commit is contained in:
@@ -73,11 +73,13 @@ const cachedViews = computed(() => tagsViewStore.cachedViews); // 缓存页面
|
|||||||
|
|
||||||
.layout-top {
|
.layout-top {
|
||||||
.fixed-header + .app-main {
|
.fixed-header + .app-main {
|
||||||
|
min-height: calc(100vh - $navbar-height);
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hasTagsView {
|
.hasTagsView {
|
||||||
.fixed-header + .app-main {
|
.fixed-header + .app-main {
|
||||||
|
min-height: calc(100vh - $navbar-height);
|
||||||
padding-top: $tags-view-height;
|
padding-top: $tags-view-height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user