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:
rd
2025-09-17 11:59:31 +08:00
parent 7c85582564
commit c08b13673f
8 changed files with 214 additions and 80 deletions

View File

@ -71,7 +71,7 @@
}
&:active {
background: $color-primary-7 !important;
background-color: $color-primary-7 !important;
}
}