[Improvement] Tag: adjust style (#689)

This commit is contained in:
neverland
2018-03-14 11:33:02 +08:00
committed by GitHub
parent d36dd61bc9
commit 8f2bd93786
2 changed files with 12 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
.van-tag {
display: inline-block;
line-height: 14px;
padding: 1px 5px;
border-radius: 2px;
padding: 0 5px;
line-height: 18px;
border-radius: 3px;
font-size: 10px;
background: $gray;
color: $white;
@@ -15,6 +15,7 @@
}
&--mark {
padding-right: 7px;
border-radius: 0 8px 8px 0;
&::after {