diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 9e2c3bf..420f651 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -94,21 +94,21 @@ -
+
-
+
-
+
@@ -373,7 +373,9 @@ export default { // 如果考核已结束,则清除查询考核状态的定时器,并且自动提交 if (done) { clearInterval(this.statusTimer) - this.$message.success('考核时间已到,系统已自动交卷') + this.$alert('考核时间已到,系统已自动交卷', '提示', { + confirmButtonText: '确定' + }) this.submit() } }).catch(res => {}) @@ -590,6 +592,10 @@ export default { background-color: #202020; } } +.des { + font-size: 16px; + font-family: "Microsoft YaHei"; +} /deep/.el-collapse-item__wrap { border-bottom: none; }