lsc 1 yıl önce
ebeveyn
işleme
0f47d02b49

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.78ea449d42427556f40311957f38cc01.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e81042531bab735dba9a.js></script><script type=text/javascript src=./static/js/app.8df6488a1095965a788a.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.f41fc8f312c2bf035c8d4f4c5d6b1dea.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e81042531bab735dba9a.js></script><script type=text/javascript src=./static/js/app.4135340ca8fd42a19589.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/app.78ea449d42427556f40311957f38cc01.css.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/app.f41fc8f312c2bf035c8d4f4c5d6b1dea.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/app.f41fc8f312c2bf035c8d4f4c5d6b1dea.css.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.4135340ca8fd42a19589.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.4135340ca8fd42a19589.js.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 1 - 1
src/components/easy2/studyStudent.vue

@@ -542,7 +542,7 @@
             </div>
           </div>
 
-          <div class="student_body" v-resize="resize">
+          <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="

+ 2 - 2
src/components/easy3/studyStudent.vue

@@ -522,7 +522,7 @@
             </div>
           </div>
 
-          <div class="student_body" v-resize="resize">
+          <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="
@@ -17800,7 +17800,7 @@ export default {
 }
 
 .study_top {
-  margin-top: 80px;
+  margin-top: 100px;
   width: 100%;
   /* overflow: auto; */
   height: auto;

+ 9 - 2
src/components/studyStudent.vue

@@ -570,13 +570,15 @@
           <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'}"
               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
+                  .toolChoose[0].tool.length > 0 || (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
+                    .taskDetail != '')
               "
             >
               <div
@@ -1298,7 +1300,12 @@
                   </div>
                 </div>
               </div>
-              <div class="toolHeng2" style="position: relative">
+              <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"

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor