fix(projects): remove space in tab content
This commit is contained in:
parent
b5551d674a
commit
4aae6a5297
@ -183,7 +183,7 @@ init();
|
|||||||
<template #prefix>
|
<template #prefix>
|
||||||
<SvgIcon :icon="tab.icon" :local-icon="tab.localIcon" class="inline-block align-text-bottom text-16px" />
|
<SvgIcon :icon="tab.icon" :local-icon="tab.localIcon" class="inline-block align-text-bottom text-16px" />
|
||||||
</template>
|
</template>
|
||||||
{{ tab.label }}
|
<span>{{ tab.label }}</span>
|
||||||
</PageTab>
|
</PageTab>
|
||||||
</div>
|
</div>
|
||||||
</BetterScroll>
|
</BetterScroll>
|
||||||
|
Loading…
Reference in New Issue
Block a user