Explorar el Código

refactor: resolve footer-toolbar hidden by monica #195

0xJacky hace 1 año
padre
commit
ca683f9c7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/src/layouts/BaseLayout.vue

+ 1 - 1
app/src/layouts/BaseLayout.vue

@@ -45,7 +45,7 @@ function collapse() {
       <SideBar />
     </ALayoutSider>
 
-    <ALayout>
+    <ALayout class="main-container">
       <ALayoutHeader :style="{ position: 'sticky', top: '0', zIndex: 10, width: '100%' }">
         <HeaderLayout @click-un-fold="drawer_visible = true" />
       </ALayoutHeader>