refactor(material-center): 优化上传组件样式和功能

- 调整了 `ant-table` 和 `ant-input` 的样式
- 优化了文件名截取长度和上传状态显示
- 移除了未使用的图标导入
- 更新了删除图标为 `icon-delete` 组件
- 修正了提示信息的样式和内容
- 重构了 `add-raw-material-drawer` 的样式和布局
This commit is contained in:
rd
2025-09-22 11:23:35 +08:00
parent 03a71e24cd
commit d4f82dbc3e
9 changed files with 188 additions and 118 deletions

View File

@ -6,7 +6,7 @@
&:not(.ant-input-textarea-disabled) {
&:hover {
.ant-input {
border-color: rgb(var(--primary-6)) !important;
border-color: $color-primary !important;
}
}
}