[improvement] Badge: update info style (#2122)

This commit is contained in:
neverland
2018-11-22 21:50:27 +08:00
committed by GitHub
parent 58c06e7d34
commit 8042e37829
7 changed files with 59 additions and 38 deletions
+7 -5
View File
@@ -4,11 +4,13 @@
:href="url"
@click="onClick"
>
<van-info
:info="info"
:class="b('info')"
/>
{{ title }}
<div :class="b('text')">
{{ title }}
<van-info
:info="info"
:class="b('info')"
/>
</div>
</a>
</template>