fix(style): 1.修复ToggleGroupItem边框样式问题 2.修复用户头像下拉框Badge背景颜色
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user