chore: fix layout style

This commit is contained in:
vben
2020-12-22 23:18:50 +08:00
parent bd7b53f14a
commit f69aaeab5e
14 changed files with 123 additions and 10 deletions

View File

@@ -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 />