update Badge style

This commit is contained in:
梁灏 2018-06-21 12:39:37 +08:00
parent 7b959eba7e
commit 457fe0874c
2 changed files with 19 additions and 2 deletions

View file

@ -43,6 +43,15 @@
<br />
<Badge status="warning" text="Warning" />
</div>
<div style="margin: 50px">
<Badge dot>
<a href="//iviewui.com">我是一个链接</a>
</Badge>
<br><br>
<Badge :count="10" :offset="[-5, -5]">
<a href="//iviewui.com">我是一个链接</a>
</Badge>
</div>
</div>
</template>
<script>