fix: TextArea showCount style while using with Form (#28130)

This commit is contained in:
einq7 2020-12-02 19:41:47 +08:00 committed by GitHub
parent a3aec7b057
commit 6f0c65779c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,6 +188,14 @@
line-height: @line-height-base;
transition: color 0.3s @ease-out; // sync input color transition
}
.@{ant-prefix}-input-textarea-show-count {
&::after {
position: absolute;
bottom: -22px;
width: 100%;
}
}
}
.show-help-motion(@className, @keyframeName, @duration: @animation-duration-slow) {