|
|
@@ -94,11 +94,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 弹窗区域 -->
|
|
|
- <el-drawer
|
|
|
- :visible.sync="drawer"
|
|
|
- :with-header="false"
|
|
|
- size="20%"
|
|
|
- >
|
|
|
+ <el-drawer :visible.sync="drawer" :with-header="false" size="20%">
|
|
|
<div class="drawer_title">设置</div>
|
|
|
|
|
|
<div class="drawer_body">
|
|
|
@@ -616,7 +612,7 @@ export default {
|
|
|
this.info = "上传完成,请点击开始按钮开始解析";
|
|
|
clearInterval(this.timer_info);
|
|
|
} else {
|
|
|
- this.$message.error(res.data.message + "请重新选择文件上传");
|
|
|
+ this.$message.error(res.data.message + " 请重新选择文件上传");
|
|
|
clearInterval(this.timer_info);
|
|
|
this.percentage = 0;
|
|
|
this.info = res.data.message;
|
|
|
@@ -653,7 +649,11 @@ export default {
|
|
|
this.showPage = 4;
|
|
|
} else {
|
|
|
clearInterval(this.timer);
|
|
|
- this.$message.error(res.data.message);
|
|
|
+ this.$message({
|
|
|
+ message: res.data.message,
|
|
|
+ type: "error",
|
|
|
+ duration: 7000,
|
|
|
+ });
|
|
|
}
|
|
|
} else if (this.showPage == 3) {
|
|
|
this.$message.error("解析中,请勿重复点击");
|
|
|
@@ -1104,7 +1104,7 @@ export default {
|
|
|
background: url(@/assets/logo.png) no-repeat center;
|
|
|
background-size: 80% 80%;
|
|
|
}
|
|
|
- .header_title{
|
|
|
+ .header_title {
|
|
|
margin-left: 10px;
|
|
|
font-size: 36px;
|
|
|
font-weight: bold;
|