Skip to content

Commit 4b2d3cf

Browse files
committed
fix: under checked multi-tab
1 parent cd946e3 commit 4b2d3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/BasicLayout.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/>
4141

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

0 commit comments

Comments
 (0)