feat(收货管理): 实现钢卷Excel导入功能并优化UI交互

添加完整的钢卷Excel导入向导功能,包括文件选择、数据校验、预览和批量导入
增加导入进度展示和错误提示功能
调整导入弹窗宽度为80%以提供更好的操作空间
为浮动层添加过渡动画效果提升用户体验
This commit is contained in:
砂糖
2025-12-01 17:33:20 +08:00
parent 0fc8978436
commit 306e153239
3 changed files with 602 additions and 21 deletions

View File

@@ -101,5 +101,6 @@ export default {
z-index: 5;
/* max-height: 70%; */
overflow: auto;
transition: all 0.3s ease-in-out;
}
</style>