fix(projects): remove space in tab content
This commit is contained in:
parent
b5551d674a
commit
4aae6a5297
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user