We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcdba2 commit 82f407dCopy full SHA for 82f407d
components/tag/demo/colorful.vue
@@ -27,7 +27,7 @@ We preset a series of colorful tag styles for use in different situations. You c
27
<a-tag color="blue">blue</a-tag>
28
<a-tag color="purple">purple</a-tag>
29
</div>
30
- <h4 style="margin: '16px 0'">Custom:</h4>
+ <h4 style="margin: 16px 0">Custom:</h4>
31
<div>
32
<a-tag color="#f50">#f50</a-tag>
33
<a-tag color="#2db7f5">#2db7f5</a-tag>
0 commit comments