zengyicheng il y a 1 an
Parent
commit
edee2ddc2d

+ 27 - 4
src/components/easy2/studyStudent.vue

@@ -369,7 +369,7 @@
                           vChapterData[taskCount].length > 0 ||
                           fileC[taskCount].length > 0
                         "
-                        style="padding: 10px 0 20px 0"
+                        style="padding: 10px 0 25px 0"
                       >
                         <div
                           class="vedioTimeBox"
@@ -550,13 +550,33 @@
             </div>
           </div>
 
-          <div class="student_body" v-resize="resize" :style="{borderRadius:(vChapterData[taskCount].length == 0 && fileC[taskCount].length == 0) ? '0 0 20px 20px' : '20px'}">
+          <div
+            class="student_body"
+            v-resize="resize"
+            :style="{
+              borderRadius:
+                vChapterData[taskCount].length == 0 &&
+                fileC[taskCount].length == 0
+                  ? '0 0 20px 20px'
+                  : '20px',
+            }"
+          >
             <div
               class="taskBox"
               v-if="
                 chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
                   .taskDetail != ''
               "
+              :style="
+                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                  .toolChoose[0].tool &&
+                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                  .toolChoose[0].tool.length &&
+                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                  .toolChoose[0].tool.length > 0
+                  ? 'border-bottom: 1px solid #cad1dc'
+                  : ''
+              "
             >
               <div
                 style="
@@ -16958,7 +16978,9 @@ export default {
           let elink = document.createElement("a");
           elink.download = f.name;
           elink.style.display = "none";
-          let blob = new Blob([ab], { type: res.data.response.headers['content-type']+';charset=UTF-8'});
+          let blob = new Blob([ab], {
+            type: res.data.response.headers["content-type"] + ";charset=UTF-8",
+          });
           elink.href = URL.createObjectURL(blob);
           document.body.appendChild(elink);
           elink.click();
@@ -19115,7 +19137,6 @@ export default {
 .taskBox {
   width: 95%;
   margin: 0 auto;
-  border-bottom: 1px solid #cad1dc;
 }
 
 .vedioTaskBox {
@@ -21383,6 +21404,8 @@ ol {
   border-top: 1px solid #cdcdcd;
   font-size: 14px;
   color: #868686;
+  width: 88%;
+  margin: 0 auto;
 }
 
 .pl_select_box {

+ 26 - 4
src/components/easy3/studyStudent.vue

@@ -358,7 +358,7 @@
                         v-show="
                           vChapterData[0].length > 0 || fileC[0].length > 0
                         "
-                        style="padding: 10px 0 20px 0"
+                        style="padding: 10px 0 25px 0"
                       >
                         <div
                           class="vedioTimeBox"
@@ -530,13 +530,32 @@
             </div>
           </div>
 
-          <div class="student_body" v-resize="resize" :style="{borderRadius:(vChapterData[0].length == 0 && fileC[0].length == 0) ? '0 0 20px 20px' : '20px'}">
+          <div
+            class="student_body"
+            v-resize="resize"
+            :style="{
+              borderRadius:
+                vChapterData[0].length == 0 && fileC[0].length == 0
+                  ? '0 0 20px 20px'
+                  : '20px',
+            }"
+          >
             <div
               class="taskBox"
               v-if="
                 chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
                   .taskDetail != ''
               "
+              :style="
+                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                  .toolChoose[0].tool &&
+                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                  .toolChoose[0].tool.length &&
+                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                  .toolChoose[0].tool.length > 0
+                  ? 'border-bottom: 1px solid #cad1dc'
+                  : ''
+              "
             >
               <div
                 style="
@@ -16814,7 +16833,9 @@ export default {
           let elink = document.createElement("a");
           elink.download = f.name;
           elink.style.display = "none";
-          let blob = new Blob([ab], { type: res.data.response.headers['content-type']+';charset=UTF-8'});
+          let blob = new Blob([ab], {
+            type: res.data.response.headers["content-type"] + ";charset=UTF-8",
+          });
           elink.href = URL.createObjectURL(blob);
           document.body.appendChild(elink);
           elink.click();
@@ -18966,7 +18987,6 @@ export default {
 .taskBox {
   width: 95%;
   margin: 0 auto;
-  border-bottom: 1px solid #cad1dc;
 }
 
 .vedioTaskBox {
@@ -21236,6 +21256,8 @@ ol {
   border-top: 1px solid #cdcdcd;
   font-size: 14px;
   color: #868686;
+  width: 88%;
+  margin: 0 auto;
 }
 
 .pl_select_box {

+ 34 - 14
src/components/studyStudent.vue

@@ -404,7 +404,7 @@
                           vChapterData[taskCount].length > 0 ||
                           fileC[taskCount].length > 0
                         "
-                        style="padding: 10px 0 20px 0"
+                        style="padding: 10px 0 25px 0"
                       >
                         <div
                           class="vedioTimeBox"
@@ -571,15 +571,22 @@
           <div class="student_body" v-resize="resize">
             <div
               class="vedioBox"
-              :style="{borderRadius:(vChapterData[taskCount].length == 0 && fileC[taskCount].length == 0) ? '0 0 20px 20px' : '20px'}"
+              :style="{
+                borderRadius:
+                  vChapterData[taskCount].length == 0 &&
+                  fileC[taskCount].length == 0
+                    ? '0 0 20px 20px'
+                    : '20px',
+              }"
               v-if="
-                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
                   .toolChoose[0].tool &&
+                  chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                    .toolChoose[0].tool.length &&
+                  chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                    .toolChoose[0].tool.length > 0) ||
                 chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-                  .toolChoose[0].tool.length &&
-                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-                  .toolChoose[0].tool.length > 0 || (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-                    .taskDetail != '')
+                  .taskDetail != ''
               "
             >
               <div
@@ -588,6 +595,12 @@
                   chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
                     .taskDetail != ''
                 "
+                :style="(chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                  .toolChoose[0].tool &&
+                  chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                    .toolChoose[0].tool.length &&
+                  chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                    .toolChoose[0].tool.length > 0) ? 'border-bottom: 1px solid #cad1dc' : ''"
               >
                 <div
                   style="
@@ -1301,12 +1314,18 @@
                   </div>
                 </div>
               </div>
-              <div class="toolHeng2" style="position: relative" v-if="chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-                  .toolChoose[0].tool &&
-                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-                  .toolChoose[0].tool.length &&
-                chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
-                  .toolChoose[0].tool.length > 0">
+              <div
+                class="toolHeng2"
+                style="position: relative"
+                v-if="
+                  chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                    .toolChoose[0].tool &&
+                  chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                    .toolChoose[0].tool.length &&
+                  chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                    .toolChoose[0].tool.length > 0
+                "
+              >
                 <div class="workNav">工作区</div>
                 <div
                   class="filebox"
@@ -18153,7 +18172,6 @@ export default {
 .taskBox {
   width: 95%;
   margin: 0 auto;
-  border-bottom: 1px solid #cad1dc;
 }
 
 .vedioTaskBox {
@@ -20245,6 +20263,8 @@ ol {
   font-size: 14px;
   font-weight: 400;
   color: #cad1dc;
+  width: 88%;
+  margin: 0 auto;
 }
 
 .pl_select_box {