feature(标准跟踪清单): 修改导入

This commit is contained in:
zyn
2024-01-30 17:11:56 +08:00
parent 134a3fb684
commit c65caf247d
3 changed files with 169 additions and 3 deletions
+6 -1
View File
@@ -48,7 +48,12 @@
</div>
</el-dialog>
<!-- 导入失败-->
<el-dialog :visible.sync="importFailed" :close-on-click-modal="false" width="400px">
<el-dialog
:visible.sync="importFailed"
:close-on-click-modal="false"
width="400px"
append-to-body
>
<p slot="title" style="color:#f60">
<span>导入失败</span>
</p>