[bugfix] Tag: text line height in android browser (#773)

This commit is contained in:
neverland
2018-03-26 10:51:34 +08:00
committed by GitHub
parent 45859cf0a6
commit 2dc5647d20
3 changed files with 70 additions and 66 deletions

View File

@@ -2,8 +2,8 @@
.van-tag {
display: inline-block;
padding: 0 5px;
line-height: 18px;
padding: 2px 5px;
line-height: normal;
border-radius: 3px;
font-size: 10px;
background: $gray;