Skip to content

Commit

Permalink
fix(projects): remove space in tab content
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 25, 2024
1 parent b5551d6 commit 4aae6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/modules/global-tab/index.vue
Expand Up @@ -183,7 +183,7 @@ init();
<template #prefix>
<SvgIcon :icon="tab.icon" :local-icon="tab.localIcon" class="inline-block align-text-bottom text-16px" />
</template>
{{ tab.label }}
<span>{{ tab.label }}</span>
</PageTab>
</div>
</BetterScroll>
Expand Down

0 comments on commit 4aae6a5

Please sign in to comment.