mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
fix: some bug
This commit is contained in:
@@ -170,7 +170,9 @@ onBeforeMount(() => {
|
||||
v-show="!containerHiddenSideBar && layout.includes('vertical')"
|
||||
/>
|
||||
<!-- tabs标签页 -->
|
||||
<Horizontal v-show="layout.includes('horizontal')" />
|
||||
<Horizontal
|
||||
v-show="!containerHiddenSideBar && layout.includes('horizontal')"
|
||||
/>
|
||||
<tag>
|
||||
<span @click="onFullScreen">
|
||||
<fullScreen v-if="!containerHiddenSideBar" />
|
||||
|
||||
Reference in New Issue
Block a user