mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
chore: fix layout style
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
<Layout :class="prefixCls">
|
||||
<LayoutFeatures />
|
||||
<LayoutHeader fixed v-if="getShowFullHeaderRef" />
|
||||
<Layout class="ant-layout-has-sider">
|
||||
<Layout
|
||||
:class="{
|
||||
'ant-layout-has-sider': getIsMixSidebar,
|
||||
}"
|
||||
>
|
||||
<LayoutSideBar v-if="getShowSidebar || getIsMobile" />
|
||||
<Layout :class="`${prefixCls}__main`">
|
||||
<LayoutMultipleHeader />
|
||||
|
Reference in New Issue
Block a user