mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-10 00:33:14 +08:00
refactor: 账号超长显示
This commit is contained in:
@@ -219,7 +219,12 @@ if (enableShortcutKey.value) {
|
|||||||
</div>
|
</div>
|
||||||
<slot name="tagText">
|
<slot name="tagText">
|
||||||
<Badge v-if="tagText" class="ml-2 text-green-400">
|
<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>
|
</Badge>
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user