[Improvement] Cell: adjust right padding of arrow (#531)

This commit is contained in:
neverland 2018-01-11 14:17:45 +08:00 committed by GitHub
parent a6dc2912ee
commit 8b6890c6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -73,9 +73,7 @@ export default {
.van-cell-text {
margin-right: 5px;
}
.van-cell__right-icon {
font-size: 16px;
}
.van-cell-text,
.van-tag--danger {
vertical-align: middle;

View File

@ -56,7 +56,7 @@
}
&--link {
padding-right: 20px;
padding-right: 15px;
}
}