fix: 🐛 布局切换问题修复
This commit is contained in:
@@ -70,4 +70,10 @@ const cachedViews = computed(() => tagsViewStore.cachedViews); // 缓存页面
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.layout-top {
|
||||
.fixed-header + .app-main {
|
||||
padding-top: $tags-view-height;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user