We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd946e3 commit 4b2d3cfCopy full SHA for 4b2d3cf
src/layouts/BasicLayout.vue
@@ -40,7 +40,7 @@
40
/>
41
42
<!-- layout content -->
43
- <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' }">
44
<multi-tab v-if="multiTab"></multi-tab>
45
<transition name="page-transition">
46
<route-view />
0 commit comments