mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] Field: error prop not work (#1827)
This commit is contained in:
parent
d64ee5973b
commit
2ecdc6759c
@ -26,6 +26,10 @@
|
||||
box-sizing: border-box;
|
||||
resize: none;
|
||||
|
||||
&--error {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
color: @gray-dark;
|
||||
background-color: transparent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user