fix: 🐛 修复移动端切换顶部布局模式时的遮罩问题

This commit is contained in:
cshaptx4869
2024-07-05 11:39:26 +08:00
parent aa1a6e70f4
commit ff270c6ed3
3 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
<!-- 左侧和顶部布局 -->
<div v-else :class="{ hasTagsView: showTagsView }" class="main-container">
<div :class="{ 'fixed-header': fixedHeader }">
<NavBar v-if="layout === 'left'" />
<NavBar v-if="layout === LayoutEnum.LEFT" />
<TagsView v-if="showTagsView" />
</div>
<AppMain />