mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
[new feature] Field: add error-message prop (#492)
This commit is contained in:
@@ -22,6 +22,12 @@
|
||||
padding-left: 90px;
|
||||
}
|
||||
|
||||
&__error-message {
|
||||
color: $red;
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
&--has-textarea {
|
||||
.van-field__control {
|
||||
min-height: 60px;
|
||||
|
Reference in New Issue
Block a user