Browse Source

docs(tag): colorful demo css style (#7037)

pull/7058/head
Konv Suu 1 year ago committed by GitHub
parent
commit
82f407d396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/tag/demo/colorful.vue

2
components/tag/demo/colorful.vue

@ -27,7 +27,7 @@ We preset a series of colorful tag styles for use in different situations. You c
<a-tag color="blue">blue</a-tag>
<a-tag color="purple">purple</a-tag>
</div>
<h4 style="margin: '16px 0'">Custom:</h4>
<h4 style="margin: 16px 0">Custom:</h4>
<div>
<a-tag color="#f50">#f50</a-tag>
<a-tag color="#2db7f5">#2db7f5</a-tag>

Loading…
Cancel
Save