Skip to content

Commit

Permalink
fix(projects): add maxWidth for GlobalTab to fix bg with gap
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 13, 2024
1 parent 30c9729 commit 423ea0d
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 @@ -143,7 +143,7 @@ init();
class="inline-block align-text-bottom text-16px"
/>
</template>
<span>{{ tab.label }}</span>
<div class="max-w-240px ellipsis-text">{{ tab.label }}</div>
</PageTab>
</ContextMenu>
</div>
Expand Down

0 comments on commit 423ea0d

Please sign in to comment.