fix Tag style

This commit is contained in:
梁灏 2020-02-24 09:56:19 +08:00
parent b03681fa4d
commit a6c5017640
2 changed files with 9 additions and 0 deletions

View file

@ -75,6 +75,9 @@
<Tag color="primary" size="large">大号标签</Tag>
<Tag color="primary" size="medium">中号标签</Tag>
<Tag color="primary">默认尺寸</Tag>
<Tag color="blue" size="large">大号标签</Tag>
<Tag color="blue" size="medium">中号标签</Tag>
<Tag color="blue">默认尺寸</Tag>
</div>
</template>
<script>