实验面板分数等

master
yujialong 3 years ago
parent b465bb670a
commit 7cf8b5cfd7
  1. 1
      src/components/TestPanel.vue
  2. 1
      src/components/codemirror.vue

@ -554,6 +554,7 @@ export default {
this.getQueryProject(this.value1) this.getQueryProject(this.value1)
this.isSubmit = false this.isSubmit = false
this.countVal = 0 this.countVal = 0
this.grade = 0
newmain.$emit("isSubmit", this.isSubmit) newmain.$emit("isSubmit", this.isSubmit)
}, },
counterFn(counterTime) { counterFn(counterTime) {

@ -469,6 +469,7 @@ export default {
font-size: 18px; font-size: 18px;
margin: 10px; margin: 10px;
position: absolute; position: absolute;
width: calc(100% - 14px);
height: calc(100vh - 230px); height: calc(100vh - 230px);
overflow: auto; overflow: auto;
} }

Loading…
Cancel
Save