We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49d9e0 commit ca683f9Copy full SHA for ca683f9
app/src/layouts/BaseLayout.vue
@@ -45,7 +45,7 @@ function collapse() {
45
<SideBar />
46
</ALayoutSider>
47
48
- <ALayout>
+ <ALayout class="main-container">
49
<ALayoutHeader :style="{ position: 'sticky', top: '0', zIndex: 10, width: '100%' }">
50
<HeaderLayout @click-un-fold="drawer_visible = true" />
51
</ALayoutHeader>
0 commit comments