save
This commit is contained in:
parent
8f9d3604e6
commit
5bb83ff8e5
258 changed files with 12974 additions and 7838 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div style="margin: 200px 0;">
|
||||
<div>
|
||||
<Tag color="default">default</Tag>
|
||||
<Tag color="primary">primary</Tag>
|
||||
|
@ -71,6 +71,13 @@
|
|||
<span>{{ checked }}</span>
|
||||
<br><br>
|
||||
<Tag type="dot" color="gold">标签四</Tag>
|
||||
<Divider>Size</Divider>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue