feature(标准跟踪清单): 修改导入
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user