lsc 1 rok temu
rodzic
commit
daf5e23a9b

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     body{
       font-family: '黑体';
-    }</style><link href=./static/css/app.675c1b991a94514a662e5bcab050fa6f.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.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.cfaa261bb592b9382ce9.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.80e8c0ee05bae7909bf2f4245d8ea2b4.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.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.7d96a1885e244e344623.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Plik diff jest za duży
+ 0 - 0
dist/static/css/app.675c1b991a94514a662e5bcab050fa6f.css.map


Plik diff jest za duży
+ 0 - 0
dist/static/css/app.80e8c0ee05bae7909bf2f4245d8ea2b4.css


Plik diff jest za duży
+ 0 - 0
dist/static/css/app.80e8c0ee05bae7909bf2f4245d8ea2b4.css.map


BIN
dist/static/img/aiAvatar.9613d71.png


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.7d96a1885e244e344623.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.7d96a1885e244e344623.js.map


Plik diff jest za duży
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 41 - 8
src/components/studyStudent.vue

@@ -10,7 +10,7 @@
         box-sizing: border-box;
       "
     >
-      <div class="btnAllNT">
+      <div class="btnAllNT" v-if="false">
         <!-- <img src="../../assets/icon/learn/screen.png" @click="allScrell" /> -->
         <img
           v-if="
@@ -236,9 +236,10 @@
           </div>
         </div>
       </div>
-      <div class="body_student" :class="{ navLeftCss: !mlDialog }">
-        <div class="new_topFixed"></div>
-        <div class="new_top" :class="{ navLeftCss: !mlDialog }">
+      <!-- :class="{ navLeftCss: !mlDialog }" -->
+      <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% - 40px)' : 'calc(100% - '+classRoomHelperWidth+' - 10px)', left: mlDialog ? 'calc(20% + 35px)' : '10px' }">
           <div class="courseIndex">
             <div>任务{{ taskCount + 1 }}</div>
             <el-tooltip
@@ -8036,6 +8037,22 @@
           </div>
         </el-dialog>
       </div>
+      <classRoomHelper ref="classRoomHelperRef" @setWidth="setClassRoomHelperWidth" @refresh="refreshCourse" @goStep="nextOrpreSteps" @authority="juriVisible = true" @backPage="goTo(
+                    '/courseDetail?userid=' +
+                      userid +
+                      '&oid=' +
+                      oid +
+                      '&org=' +
+                      org +
+                      '&cid=' +
+                      classId +
+                      '&courseId=' +
+                      id +
+                      '&tType=' +
+                      tType +
+                      '&screenType=' +
+                      screenType
+                  )"></classRoomHelper>
     </div>
     <div
       class="pButton"
@@ -8046,7 +8063,7 @@
       <!-- 批 -->
       <img src="../assets/mlBtn.png" style="width: 25px" alt="" />
     </div>
-    <div v-if="pzDialog == true" class="newDialogCss">
+    <div v-if="pzDialog == true" class="newDialogCss" :style="`right:${commentRight}`">
       <div class="pzTop2">
         <!-- <div>评论</div>
         <div @click="pzDialog = false">
@@ -11853,6 +11870,7 @@ import EnglishVoice from './EnglishVoice2/index.vue'
 import checkEnglishVoice from './checkEnglishVoice/index.vue'
 import correctText from './components/correctText.vue'
 import scoreItem from './scoreList/scoreItem.vue'
+import classRoomHelper from './classRoomHelper/index.vue'
 
 const getFile = (url) => {
   return new Promise((resolve, reject) => {
@@ -11926,7 +11944,8 @@ export default {
     EnglishVoice,
     checkEnglishVoice,
 		correctText,
-		scoreItem
+		scoreItem,
+    classRoomHelper
   },
   data() {
     return {
@@ -12290,6 +12309,7 @@ export default {
 				listdata:[],
 				isScoreList:[],	
 			},
+      classRoomHelperWidth: '85px'
     };
   },
   methods: {
@@ -12725,6 +12745,7 @@ export default {
       } else if (document.querySelector(".workd_media")) {
         document.querySelector(".workd_media").style.height = "auto";
       }
+      this.$forceUpdate();
     },
     openToolAll() {
       this.toolDialogVisible = true;
@@ -16074,7 +16095,7 @@ export default {
           }, 0)
         })
       }
-      this.showType = 7;
+      this.showType = 0;
       this.isNoHomeWork = false;
       (this.studyJuri = [
         {
@@ -19792,7 +19813,10 @@ export default {
         .catch((err) => {
           console.error(err);
         });
-		}
+		},
+    setClassRoomHelperWidth(width){
+      this.classRoomHelperWidth = width
+    }
   },
   directives: {
     // 使用局部注册指令的方式
@@ -19848,6 +19872,15 @@ export default {
           : "";
       };
     },
+		commentRight(){
+			if(this.$refs["classRoomHelperRef"].type==0){
+				return "100px";
+			}else if(this.$refs["classRoomHelperRef"].type==1){
+				return "502px"
+			}else{
+				return "0px"
+			}
+		},
     checkUpload() {
       return function () {
         var studentK = [];

+ 8 - 41
src/components/studyStudentXin.vue → src/components/studyStudentJiu.vue

@@ -10,7 +10,7 @@
         box-sizing: border-box;
       "
     >
-      <div class="btnAllNT" v-if="false">
+      <div class="btnAllNT">
         <!-- <img src="../../assets/icon/learn/screen.png" @click="allScrell" /> -->
         <img
           v-if="
@@ -236,10 +236,9 @@
           </div>
         </div>
       </div>
-      <!-- :class="{ navLeftCss: !mlDialog }" -->
-      <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% - 40px)' : 'calc(100% - '+classRoomHelperWidth+' - 10px)', left: mlDialog ? 'calc(20% + 35px)' : '10px' }">
+      <div class="body_student" :class="{ navLeftCss: !mlDialog }">
+        <div class="new_topFixed"></div>
+        <div class="new_top" :class="{ navLeftCss: !mlDialog }">
           <div class="courseIndex">
             <div>任务{{ taskCount + 1 }}</div>
             <el-tooltip
@@ -8037,22 +8036,6 @@
           </div>
         </el-dialog>
       </div>
-      <classRoomHelper ref="classRoomHelperRef" @setWidth="setClassRoomHelperWidth" @refresh="refreshCourse" @goStep="nextOrpreSteps" @authority="juriVisible = true" @backPage="goTo(
-                    '/courseDetail?userid=' +
-                      userid +
-                      '&oid=' +
-                      oid +
-                      '&org=' +
-                      org +
-                      '&cid=' +
-                      classId +
-                      '&courseId=' +
-                      id +
-                      '&tType=' +
-                      tType +
-                      '&screenType=' +
-                      screenType
-                  )"></classRoomHelper>
     </div>
     <div
       class="pButton"
@@ -8063,7 +8046,7 @@
       <!-- 批 -->
       <img src="../assets/mlBtn.png" style="width: 25px" alt="" />
     </div>
-    <div v-if="pzDialog == true" class="newDialogCss" :style="`right:${commentRight}`">
+    <div v-if="pzDialog == true" class="newDialogCss">
       <div class="pzTop2">
         <!-- <div>评论</div>
         <div @click="pzDialog = false">
@@ -11870,7 +11853,6 @@ import EnglishVoice from './EnglishVoice2/index.vue'
 import checkEnglishVoice from './checkEnglishVoice/index.vue'
 import correctText from './components/correctText.vue'
 import scoreItem from './scoreList/scoreItem.vue'
-import classRoomHelper from './classRoomHelper/index.vue'
 
 const getFile = (url) => {
   return new Promise((resolve, reject) => {
@@ -11944,8 +11926,7 @@ export default {
     EnglishVoice,
     checkEnglishVoice,
 		correctText,
-		scoreItem,
-    classRoomHelper
+		scoreItem
   },
   data() {
     return {
@@ -12309,7 +12290,6 @@ export default {
 				listdata:[],
 				isScoreList:[],	
 			},
-      classRoomHelperWidth: '85px'
     };
   },
   methods: {
@@ -12745,7 +12725,6 @@ export default {
       } else if (document.querySelector(".workd_media")) {
         document.querySelector(".workd_media").style.height = "auto";
       }
-      this.$forceUpdate();
     },
     openToolAll() {
       this.toolDialogVisible = true;
@@ -16095,7 +16074,7 @@ export default {
           }, 0)
         })
       }
-      this.showType = 0;
+      this.showType = 7;
       this.isNoHomeWork = false;
       (this.studyJuri = [
         {
@@ -19813,10 +19792,7 @@ export default {
         .catch((err) => {
           console.error(err);
         });
-		},
-    setClassRoomHelperWidth(width){
-      this.classRoomHelperWidth = width
-    }
+		}
   },
   directives: {
     // 使用局部注册指令的方式
@@ -19872,15 +19848,6 @@ export default {
           : "";
       };
     },
-		commentRight(){
-			if(this.$refs["classRoomHelperRef"].type==0){
-				return "100px";
-			}else if(this.$refs["classRoomHelperRef"].type==1){
-				return "502px"
-			}else{
-				return "0px"
-			}
-		},
     checkUpload() {
       return function () {
         var studentK = [];

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików