Skip to content

Commit

Permalink
feat(layouts): ✨ [layouts] 修复侧边栏隐藏问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Nov 13, 2022
1 parent f252f50 commit 1a6fcfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<template>
<div
v-show="
!appConfig.hideSidebar && (appConfig.sidebarMode !== 'horizontal' || appConfig.drawerSidebar)
(!appConfig.hideSidebar && appConfig.sidebarMode !== 'horizontal') || appConfig.drawerSidebar
"
class="sidebar-container"
:class="{ hideSidebar: appConfig.collapseMenu }"
Expand Down

0 comments on commit 1a6fcfa

Please sign in to comment.