2025-09-08 09:16:10 +08:00
|
|
|
.ant-input-textarea {
|
|
|
|
|
.ant-input {
|
|
|
|
|
padding: 8px 12px 4px 12px;
|
|
|
|
|
}
|
2025-09-16 17:03:06 +08:00
|
|
|
|
|
|
|
|
&.ant-input-textarea-show-count {
|
|
|
|
|
&::after {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 8px;
|
|
|
|
|
bottom: 4px;
|
|
|
|
|
font-family: $font-family-regular;
|
|
|
|
|
color: #939499;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-09-08 09:16:10 +08:00
|
|
|
}
|