fixed the bug about backgroundcolor when tag is checked
This commit is contained in:
parent
c907cc973c
commit
2a6f605814
2 changed files with 9 additions and 3 deletions
|
@ -14,7 +14,13 @@
|
|||
<Tag closable color="red" checkable>标签三</Tag>
|
||||
<Tag closable color="yellow" checkable>标签四</Tag>
|
||||
<br><br>
|
||||
<Tag color="blue" checkable>标签一</Tag>
|
||||
<Tag color="green" checkable>标签二</Tag>
|
||||
<Tag color="red" checkable>标签三</Tag>
|
||||
<Tag color="yellow" checkable>标签四</Tag>
|
||||
<br><br>
|
||||
<Tag closable color="#EF6AFF" checkable>标签一</Tag>
|
||||
<Tag color="#EF6AFF" checkable>标签一</Tag>
|
||||
<Tag type="border" closable color="#EF6AFF" checkable>标签二</Tag>
|
||||
<Tag type="dot" closable color="#EF6AFF" checkable>标签三</Tag>
|
||||
<Tag closable color="default" checkable>标签四</Tag>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue