[improvement] Cell: optimize alone color (#2312)

This commit is contained in:
neverland 2018-12-17 13:06:37 +08:00 committed by GitHub
parent dac502550d
commit dc747ec5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,7 @@
vertical-align: middle;
&--alone {
color: @text-color;
text-align: left;
}
}

View File

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