[update]禁用输入框样式调整

This commit is contained in:
danshihao
2023-12-21 11:19:22 +08:00
parent 250f7fc2f5
commit acf23f67ba
+2 -2
View File
@@ -92,14 +92,14 @@
border-radius: 0.04rem; border-radius: 0.04rem;
.van-field__control { .van-field__control {
background: #F2F3F5; background: #FFFFFF;
padding: 0.24rem; padding: 0.24rem;
box-sizing: border-box; box-sizing: border-box;
border: 0.02rem solid #C9CDD4; border: 0.02rem solid #C9CDD4;
overflow: hidden; overflow: hidden;
} }
.van-field__control:disabled { .van-field__control[disabled] {
background: #F2F3F5; background: #F2F3F5;
color: #888888; color: #888888;
-webkit-text-fill-color: #888888; -webkit-text-fill-color: #888888;