diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 30e096d..38dafe1 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -436,18 +436,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 72cb375..5959870 100644 --- a/src/components/codemirror.vue +++ b/src/components/codemirror.vue @@ -479,6 +479,7 @@ export default { background: #1b1b1b; display: inline-block; position: relative; + overflow-x: scroll; } .button ::v-deep .el-button--warning:hover, .el-button--warning:focus, diff --git a/src/views/Home.vue b/src/views/Home.vue index 1801c1a..0f5e41a 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -186,8 +186,8 @@ export default { this.studentId = this.getCookie("studentId"); this.$get(this.api.ProjectId, { projectId: this.projectId, - studentId: this.studentId - // studentId: 54 + // studentId: this.studentId + studentId: 54 }) .then(res => { if(workBench.length){