update Tag
This commit is contained in:
parent
2993f4eec3
commit
2079c47bb3
3 changed files with 45 additions and 13 deletions
|
@ -51,7 +51,7 @@
|
|||
return [
|
||||
`${prefixCls}`,
|
||||
{
|
||||
[`${prefixCls}-${this.color}`]: !!this.color && (this.checkable && this.isChecked),
|
||||
[`${prefixCls}-${this.color}`]: !!this.color,
|
||||
[`${prefixCls}-${this.type}`]: !!this.type,
|
||||
[`${prefixCls}-closable`]: this.closable,
|
||||
[`${prefixCls}-checked`]: this.isChecked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue