[improvement] Tabbar: update info position (#2257)

This commit is contained in:
neverland 2018-12-10 17:48:39 +08:00 committed by GitHub
parent b5d547593e
commit 792fd3fe6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@
.van-icon { .van-icon {
display: block; display: block;
min-width: 1em;
} }
&--dot { &--dot {
@ -41,4 +42,8 @@
&--active { &--active {
color: @blue; color: @blue;
} }
.van-info {
margin-top: 2px;
}
} }