mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 02:16:12 +08:00
[improvement] Cell: update value color (#2311)
This commit is contained in:
parent
bc9186ca0f
commit
9268700d0c
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user