style(Field): update disabled color (#6534)

This commit is contained in:
neverland
2020-06-13 13:23:15 +08:00
committed by GitHub
parent 7788822dba
commit f545a47047
5 changed files with 9 additions and 3 deletions
+4
View File
@@ -1,6 +1,10 @@
@import '../style/var';
.van-field {
&--disabled {
color: @field-disabled-text-color;
}
&__label {
flex: none;
box-sizing: border-box;