mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
fix: TextArea showCount style while using with Form (#28130)
This commit is contained in:
parent
a3aec7b057
commit
6f0c65779c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user