Skip to content

Commit

Permalink
fix: under checked multi-tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed May 9, 2019
1 parent cd946e3 commit 4b2d3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BasicLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 4b2d3cf

Please sign in to comment.