From 10fb71e8f425188aa3524c76440045ac9fff978c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0?= <15071126431@163.com> Date: Wed, 28 Apr 2021 16:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=BC=80=E5=A7=8B=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TestPanel.vue | 10 +++++----- src/components/codemirror.vue | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 7f123bb..f392d38 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -435,18 +435,18 @@ export default { }, // 清除时间 getClearTime() { - clearInterval(this.globalTimer); + // clearInterval(this.globalTimer); clearInterval(this.countVal); this.globalTimer = ""; - if(this.projectPermissions != 0){ + // if(this.projectPermissions != 0){ this.countVal = ""; this.day = "00"; this.seconds = "00"; this.minutes = "00"; this.hour = "00"; - }else{ - this.text = '所用' - } + // }else{ + // this.text = '所用' + // } }, handleData(project,type){ diff --git a/src/components/codemirror.vue b/src/components/codemirror.vue index 836f9aa..2bafabc 100644 --- a/src/components/codemirror.vue +++ b/src/components/codemirror.vue @@ -554,6 +554,7 @@ export default { background: #1b1b1b; display: inline-block; position: relative; + overflow-x: scroll; } .button ::v-deep .el-button--warning:hover, .el-button--warning:focus,