mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2025-12-30 09:42:25 +00:00
refactor: 账号超长显示
This commit is contained in:
@@ -219,7 +219,12 @@ if (enableShortcutKey.value) {
|
||||
</div>
|
||||
<slot name="tagText">
|
||||
<Badge v-if="tagText" class="ml-2 text-green-400">
|
||||
{{ tagText }}
|
||||
<div
|
||||
class="max-w-[50px] overflow-hidden text-ellipsis"
|
||||
:title="tagText"
|
||||
>
|
||||
{{ tagText }}
|
||||
</div>
|
||||
</Badge>
|
||||
</slot>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user