mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(badge): fix dot-badge color (#2943)
Fix dot-badge color. It was interrupted by primary color
This commit is contained in:
parent
f03b12bdf9
commit
2067e6587c
@ -6,10 +6,9 @@
|
||||
v-show="!hidden && (content || content === 0 || isDot)"
|
||||
class="el-badge__content"
|
||||
:class="[
|
||||
'el-badge__content--' + type,
|
||||
isDot ? 'is-dot' : 'el-badge__content--' + type,
|
||||
{
|
||||
'is-fixed': $slots.default,
|
||||
'is-dot': isDot
|
||||
}
|
||||
]"
|
||||
v-text="content"
|
||||
|
Loading…
Reference in New Issue
Block a user