mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[improvement] Cell: update value color (#2311)
This commit is contained in:
parent
bc9186ca0f
commit
9268700d0c
@ -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;
|
||||
|
@ -4,6 +4,7 @@
|
||||
padding: 15px;
|
||||
|
||||
.van-cell__value {
|
||||
color: @text-color;
|
||||
margin-left: 5px;
|
||||
line-height: 20px;
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user