[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
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -22,9 +22,9 @@
} }
&__label { &__label {
color: @gray-dark;
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
color: @gray-darker;
} }
&__title, &__title,
@@ -33,6 +33,7 @@
} }
&__value { &__value {
color: @gray-dark;
overflow: hidden; overflow: hidden;
text-align: right; text-align: right;
position: relative; position: relative;
+1
View File
@@ -4,6 +4,7 @@
padding: 15px; padding: 15px;
.van-cell__value { .van-cell__value {
color: @text-color;
margin-left: 5px; margin-left: 5px;
line-height: 20px; line-height: 20px;
display: inline-block; display: inline-block;