feat: 优化原料库上传功能和标签管理
- 在 `AddRawMaterialDrawer` 组件中添加 `onUpdate` 事件以刷新数据 - 更新 `constants.ts` 中操作列的宽度 - 增加 Ant Select 和 Modal 的样式 - 新增批量添加、修改和详情的 API 函数 - 优化 `add-raw-material-drawer` 组件,增加标签输入和删除确认模态框 - 更新 `ant-select.scss` 和 `ant-modal.scss` 样式文件
This commit is contained in:
@ -3,6 +3,13 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user