feat(Field): add show-word-limit prop (#4721)

This commit is contained in:
neverland
2019-10-14 20:39:39 +08:00
committed by GitHub
parent cd1e5d112a
commit 8ad1b13e18
7 changed files with 147 additions and 59 deletions
+6
View File
@@ -117,6 +117,12 @@
}
}
&__word-limit {
color: @field-word-limit-color;
font-size: @field-word-limit-font-size;
line-height: @field-word-limit-line-height;
}
&--error {
.van-field__control {
&,