fix(style): 1.修复ToggleGroupItem边框样式问题 2.修复用户头像下拉框Badge背景颜色

This commit is contained in:
hiss
2026-06-09 08:56:07 +08:00
parent f23c9f5e19
commit 5c9daab2ff
2 changed files with 6 additions and 2 deletions

View File

@@ -237,7 +237,11 @@ if (enableShortcutKey.value) {
>
{{ text }}
<slot name="tagText">
<Badge v-if="tagText" class="ml-2 text-green-400">
<Badge
v-if="tagText"
variant="secondary"
class="ml-2 text-green-400"
>
{{ tagText }}
</Badge>
</slot>