From 0f476dc13fd0de6f991f51b8b0e74204065c618f Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 11 Aug 2021 11:29:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E9=AA=8C=E9=9D=A2=E6=9D=BF=E5=88=86?= =?UTF-8?q?=E6=95=B0=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TestPanel.vue | 1 + src/components/codemirror.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index b67ec3d..91c0ba7 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -555,6 +555,7 @@ export default { this.getQueryProject(this.value1) this.isSubmit = false this.countVal = 0 + this.grade = 0 newmain.$emit("isSubmit", this.isSubmit) }, counterFn(counterTime) { diff --git a/src/components/codemirror.vue b/src/components/codemirror.vue index 66dbbc9..06f1f9d 100644 --- a/src/components/codemirror.vue +++ b/src/components/codemirror.vue @@ -475,6 +475,7 @@ export default { font-size: 18px; margin: 10px; position: absolute; + width: calc(100% - 14px); height: calc(100vh - 230px); overflow: auto; }