Explorar el Código

fix: under checked multi-tab

Sendya hace 5 años
padre
commit
4b2d3cf5d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layouts/BasicLayout.vue

+ 1 - 1
src/layouts/BasicLayout.vue

@@ -40,7 +40,7 @@
       />
 
       <!-- layout content -->
-      <a-layout-content :style="{ height: '100%', margin: multiTab ? '24px 24px 0' : '24px 24px 0', paddingTop: fixedHeader ? '64px' : '0' }">
+      <a-layout-content :style="{ height: '100%', margin: '24px 24px 0', paddingTop: fixedHeader ? '64px' : '0' }">
         <multi-tab v-if="multiTab"></multi-tab>
         <transition name="page-transition">
           <route-view />