[bugfix] Field: error prop not work (#1827)

This commit is contained in:
neverland 2019-08-06 06:34:42 +08:00 committed by GitHub
parent d64ee5973b
commit 2ecdc6759c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,10 @@
box-sizing: border-box;
resize: none;
&--error {
color: @red;
}
&--disabled {
color: @gray-dark;
background-color: transparent;