Przeglądaj źródła

修改样式及作业问题

zengyicheng 2 lat temu
rodzic
commit
7421d0b3e2

+ 3 - 2
src/components/pages/addCourse.vue

@@ -3112,6 +3112,7 @@ export default {
               _this.testJson.testJson[i].checkList[j].src = data.Location;
               _this.testJson.testJson[i].checkList[j].imgType = 1;
               _this.imgChange2(i, j);
+              _this.$forceUpdate();
             }
           });
       }
@@ -6873,14 +6874,14 @@ ol {
 
 .a_add_box {
   border-bottom: 2px solid #eee;
-  padding-bottom: 30px;
+  padding-bottom: 25px;
 }
 
 .a_add_head {
   display: flex;
   align-items: center;
   justify-content: space-between;
-  margin: 10px 0;
+  margin: 10px 0 0 0;
   font-size: 18px;
 }
 

+ 19 - 13
src/components/pages/components/worksDetail2.vue

@@ -174,14 +174,7 @@
               <el-button
                 type="primary"
                 size="small"
-                @click="
-                  lookWork2(
-                    scope.row.id,
-                    scope.row.userid,
-                    '',
-                    '',
-                  )
-                "
+                @click="lookWork2(scope.row.id, scope.row.userid, '', '')"
                 >导出报告</el-button
               >
               <!-- <el-button
@@ -221,7 +214,7 @@
                 <div>{{ allWorks.course }}</div>
               </div>
 
-              <div class="topButton">
+              <div class="topButton" v-if="tableData.length > 1">
                 <div>学生切换:</div>
                 <el-button @click="preStep(0)" v-if="isPre == false"
                   >上一位</el-button
@@ -776,7 +769,13 @@
                           worksDetail[sIndex].chooseInfo.length > 0
                         "
                       >
-                        <div style="font-size: 16px; color: #c7c7c7;margin-left: 15px;">
+                        <div
+                          style="
+                            font-size: 16px;
+                            color: #c7c7c7;
+                            margin-left: 15px;
+                          "
+                        >
                           题目统计
                         </div>
                         <div class="xuan_right_box">
@@ -1569,7 +1568,6 @@ export default {
               this.setChart(_option, p);
             }
           }, 0);
-
           let _dyList = JSON.parse(JSON.stringify(this.dyList));
           let _dyList2 = [];
           let _dyList3 = [];
@@ -2615,7 +2613,15 @@ export default {
   margin-bottom: 15px;
   /* margin-left: 30px; */
 }
-
+.sd_score .score_box > span:nth-child(1) {
+  margin-right: 20px;
+  text-align-last: justify;
+  max-width: 120px;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-word;
+}
 .sd_score .score_box:last-child {
   margin-bottom: 0;
 }
@@ -3440,7 +3446,7 @@ export default {
 .worksTime {
   position: absolute;
   top: 10px;
-  right: 0;
+  right: 20px;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;