提交测试

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 border-color: $main-color
} }
/deep/.answer-wrap{ /deep/.answer-wrap{
pre{
width: 100%;
white-space:normal;
}
img{ img{
max-width: 100%; max-width: 100%;
} }

@ -186,8 +186,8 @@ export default {
this.studentId = this.getCookie("studentId"); this.studentId = this.getCookie("studentId");
this.$get(this.api.ProjectId, { this.$get(this.api.ProjectId, {
projectId: this.projectId, projectId: this.projectId,
studentId: this.studentId // studentId: this.studentId
// studentId: 54 studentId: 54
}) })
.then(res => { .then(res => {
if(workBench.length){ if(workBench.length){

Loading…
Cancel
Save