Files
lingji-work-fe/src/styles/components/ant-textarea.scss

20 lines
361 B
SCSS
Raw Normal View History

2025-09-08 09:16:10 +08:00
.ant-input-textarea {
.ant-input {
padding: 8px 12px 4px 12px;
}
&.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
}