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
+3
View File
@@ -292,6 +292,9 @@
@field-error-message-color: @red;
@field-error-message-text-color: 12px;
@field-text-area-min-height: 60px;
@field-word-limit-color: @gray-darker;
@field-word-limit-font-size: @font-size-sm;
@field-word-limit-line-height: 16px;
// GridItem
@grid-item-content-padding: @padding-md @padding-xs;