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

27 lines
508 B
SCSS
Raw Normal View History

2025-09-08 09:16:10 +08:00
.ant-input-textarea {
.ant-input {
padding: 8px 12px 4px 12px;
}
&:not(.ant-input-textarea-disabled) {
&:hover {
.ant-input {
border-color: rgb(var(--primary-6)) !important;
}
}
}
&.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
}