feat: 优化删除标签模态框和上传组件,新增文件预签名URL获取功能
- 简化 `delete-tag.vue` 模态框模板结构 - 更新 `add-raw-material-drawer/index.vue` 组件,增加文件预签名URL获取和上传状态显示 - 新增 `getFilePreSignedUrl` API 函数 - 更新 `tools.ts` 中的文件扩展名提取函数 - 优化按钮激活状态样式 - 添加 `icon-no-text.png` 图标文件
This commit is contained in:
@ -71,7 +71,7 @@
|
||||
}
|
||||
|
||||
&:active {
|
||||
background: $color-primary-7 !important;
|
||||
background-color: $color-primary-7 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user