[improvement] Cell: update value color (#2311)

This commit is contained in:
neverland 2018-12-17 12:47:17 +08:00 committed by GitHub
parent bc9186ca0f
commit 9268700d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -22,9 +22,9 @@
}
&__label {
color: @gray-dark;
font-size: 12px;
line-height: 18px;
color: @gray-darker;
}
&__title,
@ -33,6 +33,7 @@
}
&__value {
color: @gray-dark;
overflow: hidden;
text-align: right;
position: relative;

View File

@ -4,6 +4,7 @@
padding: 15px;
.van-cell__value {
color: @text-color;
margin-left: 5px;
line-height: 20px;
display: inline-block;