fix: 🐛 appMain 高度在非固定头部不正确导致出现滚动条问题修复
This commit is contained in:
@@ -30,6 +30,10 @@ const cachedViews = computed(() => useTagsViewStore().cachedViews); // 缓存页
|
||||
background-color: var(--el-bg-color-page);
|
||||
}
|
||||
|
||||
.hasTagsView .app-main {
|
||||
min-height: calc(100vh - $navbar-height - $tags-view-height);
|
||||
}
|
||||
|
||||
.fixed-header + .app-main {
|
||||
min-height: 100vh;
|
||||
padding-top: $navbar-height;
|
||||
|
||||
Reference in New Issue
Block a user