fix(projects): add maxWidth for GlobalTab to fix bg with gap. fixed #350
This commit is contained in:
parent
1ec5ea0ff1
commit
cc539974b2
@ -184,7 +184,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>
|
||||||
<span>{{ tab.label }}</span>
|
<div class="max-w-240px ellipsis-text">{{ tab.label }}</div>
|
||||||
</PageTab>
|
</PageTab>
|
||||||
</div>
|
</div>
|
||||||
</BetterScroll>
|
</BetterScroll>
|
||||||
|
Loading…
Reference in New Issue
Block a user