提交 162b7141 编写于 作者: C Clement Ho

Add badge-pill to .badge in vue files

上级 1c75a0e2
...@@ -486,7 +486,7 @@ ...@@ -486,7 +486,7 @@
{{ model.folderName }} {{ model.folderName }}
</span> </span>
<span class="badge"> <span class="badge badge-pill">
{{ model.size }} {{ model.size }}
</span> </span>
</span> </span>
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<span <span
v-if="shouldRenderBadge(tab.count)" v-if="shouldRenderBadge(tab.count)"
class="badge" class="badge badge-pill"
> >
{{ tab.count }} {{ tab.count }}
</span> </span>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册