Files
DinQuant/quantdinger_vue/src/components/TextArea/style.less
T

13 lines
183 B
Plaintext

.ant-textarea-limit {
position: relative;
.limit {
position: absolute;
right: 10px;
bottom: 5px;
font-size: 12px;
color: #909399;
background: #fff;
}
}