[bugfix] Tag: white border (#1834)

This commit is contained in:
neverland
2018-09-20 10:39:33 +08:00
committed by GitHub
parent 9624b9a8cc
commit d17f0923cd
3 changed files with 9 additions and 8 deletions

View File

@@ -1,11 +1,12 @@
<template>
<span
class="van-hairline--surround"
:class="b({
:class="[b({
mark,
plain,
[type]: type
})"
}), {
'van-hairline--surround': plain
}]"
>
<slot />
</span>