Commit 16431c6c authored by zhengke's avatar zhengke

修改

parent f877b55b
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
} }
.exam_DetailList { .exam_DetailList {
width: 45%; width: 70%;
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
...@@ -965,7 +965,10 @@ ...@@ -965,7 +965,10 @@
position: "top", position: "top",
message: `操作失败!` message: `操作失败!`
}) })
this.savePaperLoading = false;
} }
}).catch(() => {
this.savePaperLoading = false;
}) })
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment