提交测试

ui
4 years ago
parent 7cb5f68511
commit f552752467
  1. 4
      src/components/codemirror.vue
  2. 4
      src/views/Home.vue

@ -615,6 +615,10 @@ export default {
border-color: $main-color
}
/deep/.answer-wrap{
pre{
width: 100%;
white-space:normal;
}
img{
max-width: 100%;
}

@ -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){

Loading…
Cancel
Save