Files
lingji-work-fe/src/styles/components/ant-textarea.scss
rd d4f82dbc3e refactor(material-center): 优化上传组件样式和功能
- 调整了 `ant-table` 和 `ant-input` 的样式
- 优化了文件名截取长度和上传状态显示
- 移除了未使用的图标导入
- 更新了删除图标为 `icon-delete` 组件
- 修正了提示信息的样式和内容
- 重构了 `add-raw-material-drawer` 的样式和布局
2025-09-22 11:23:35 +08:00

27 lines
501 B
SCSS

.ant-input-textarea {
.ant-input {
padding: 8px 12px 4px 12px;
}
&:not(.ant-input-textarea-disabled) {
&:hover {
.ant-input {
border-color: $color-primary !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;
}
}
}