|
@@ -235,9 +235,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="body_student" :style="{width: mlDialog ? 'calc(100% - '+`${classRoomHelperWidth}`+' - 20% - 40px)' : 'calc(100% - '+`${classRoomHelperWidth}`+' - 10px)', left: mlDialog ? 'calc(20% + 35px)' : '10px' }">
|
|
|
- <div class="new_topFixed" :style="{width: mlDialog ? 'calc(100% - '+`${classRoomHelperWidth}`+' - 20% - 40px)' : 'calc(100% - '+`${classRoomHelperWidth}`+' - 10px)', left: mlDialog ? 'calc(20% + 35px)' : '10px' }"></div>
|
|
|
- <div class="new_top" :style="{width: mlDialog ? 'calc(100% - '+`${classRoomHelperWidth}`+' - 20% - 47px)' : 'calc(100% - '+`${classRoomHelperWidth}`+' - 18px)', left: mlDialog ? 'calc(20% + 35px)' : '10px' }">
|
|
|
+ <div class="body_student" :style="{width: mlDialog ? 'calc(100% - '+`${classRoomHelperWidth}`+' - 15% - 40px)' : 'calc(100% - '+`${classRoomHelperWidth}`+' - 10px)', left: mlDialog ? 'calc(15% + 35px)' : '10px' }">
|
|
|
+ <div class="new_topFixed" :style="{width: mlDialog ? 'calc(100% - '+`${classRoomHelperWidth}`+' - 15% - 40px)' : 'calc(100% - '+`${classRoomHelperWidth}`+' - 10px)', left: mlDialog ? 'calc(15% + 35px)' : '10px' }"></div>
|
|
|
+ <div class="new_top" :style="{width: mlDialog ? 'calc(100% - '+`${classRoomHelperWidth}`+' - 15% - 47px)' : 'calc(100% - '+`${classRoomHelperWidth}`+' - 18px)', left: mlDialog ? 'calc(15% + 35px)' : '10px' }">
|
|
|
<div class="courseIndex" :style="{width: (orgArray.includes(org) || oidArray.includes(oid))? '100%' : 'calc(100% - 745px)'}">
|
|
|
<div>任务{{ taskCount + 1 }}</div>
|
|
|
<el-tooltip
|
|
@@ -20273,9 +20273,11 @@ export default {
|
|
|
this.joinGroup(gindex);
|
|
|
}
|
|
|
this.worksStudent = _worksStudent;
|
|
|
- if (
|
|
|
- JSON.stringify(this.worksStudentCopy) !=
|
|
|
- JSON.stringify(this.worksStudent)
|
|
|
+ if ((
|
|
|
+ (this.worksStudentCopy == 0) &&
|
|
|
+ (this.worksStudent.length != 0)) ||
|
|
|
+ (this.worksStudentCopy[this.taskCount].length !=
|
|
|
+ this.worksStudent[this.taskCount].length)
|
|
|
) {
|
|
|
console.log("88888999999");
|
|
|
this.worksStudentCopy = this.worksStudent;
|
|
@@ -25823,7 +25825,7 @@ export default {
|
|
|
this.getHomeWork();
|
|
|
this.selectUser();
|
|
|
this.getAIJ();
|
|
|
- this.contentDialog = true;
|
|
|
+ this.contentDialog = false;
|
|
|
this.setContent2(true);
|
|
|
if (this.tType == 4) {
|
|
|
this.pzDialog = true;
|
|
@@ -25921,7 +25923,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.pb_left {
|
|
|
- width: 20%;
|
|
|
+ width: 15%;
|
|
|
margin-right: 10px;
|
|
|
background: rgb(255, 255, 255);
|
|
|
position: fixed;
|