refactor(webapp): 优化发票验证流程和界面
- 修改验证流程初始步骤为第3步- 更新验证结果展示方式,使用 Ant Design Result 组件 -优化上传页面样式,增加顶部间距 - 调整验证接口返回格式,统一错误处理
This commit is contained in:
@@ -74,6 +74,7 @@ const handleUpload = (options: any) => {
|
||||
|
||||
<style scoped>
|
||||
.container {
|
||||
margin-top: 50px;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user