fix(projects): remove space in tab content

This commit is contained in:
Soybean 2024-01-25 18:34:00 +08:00
parent b5551d674a
commit 4aae6a5297

View File

@ -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>