feat(收货管理): 实现钢卷Excel导入功能并优化UI交互
添加完整的钢卷Excel导入向导功能,包括文件选择、数据校验、预览和批量导入 增加导入进度展示和错误提示功能 调整导入弹窗宽度为80%以提供更好的操作空间 为浮动层添加过渡动画效果提升用户体验
This commit is contained in:
@@ -101,5 +101,6 @@ export default {
|
||||
z-index: 5;
|
||||
/* max-height: 70%; */
|
||||
overflow: auto;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user