Skip to content

Commit

Permalink
fix(projects): add maxWidth for GlobalTab to fix bg with gap. fixed #350
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 2, 2024
1 parent 1ec5ea0 commit cc53997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/modules/global-tab/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ init();
<template #prefix>
<SvgIcon :icon="tab.icon" :local-icon="tab.localIcon" class="inline-block align-text-bottom text-16px" />
</template>
<span>{{ tab.label }}</span>
<div class="max-w-240px ellipsis-text">{{ tab.label }}</div>
</PageTab>
</div>
</BetterScroll>
Expand Down

0 comments on commit cc53997

Please sign in to comment.