refactor(material-center): 优化上传组件样式和功能
- 调整了 `ant-table` 和 `ant-input` 的样式 - 优化了文件名截取长度和上传状态显示 - 移除了未使用的图标导入 - 更新了删除图标为 `icon-delete` 组件 - 修正了提示信息的样式和内容 - 重构了 `add-raw-material-drawer` 的样式和布局
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
&:not(.ant-input-textarea-disabled) {
|
||||
&:hover {
|
||||
.ant-input {
|
||||
border-color: rgb(var(--primary-6)) !important;
|
||||
border-color: $color-primary !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user