lsc 10 月之前
父節點
當前提交
f81f99bbe4

+ 1 - 1
dist/index.html

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

文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.465713787e58bbc7da56d42ec49582b4.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.465713787e58bbc7da56d42ec49582b4.css.map


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.d535ef815eaaf661596108bdb258ee5e.css.map


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.d591ddfb43ab8e104564.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.d591ddfb43ab8e104564.js.map


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


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

@@ -227,7 +227,7 @@
       <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 class="courseIndex" :style="{width: orgArray.includes(org) ? '100%' : 'calc(100% - 745px)'}">
             <div>任务{{ taskCount + 1 }}</div>
             <el-tooltip
               effect="light"
@@ -23193,6 +23193,8 @@ ol {
   /* -webkit-user-modify: read-write; */
   overflow-wrap: break-word;
   -webkit-line-break: after-white-space;
+  word-break: break-word;
+  white-space: pre-line;
 }
 
 .scoreBox,

+ 3 - 1
src/components/easy3/studyStudent.vue

@@ -227,7 +227,7 @@
       <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 class="courseIndex" :style="{width: orgArray.includes(org) ? '100%' : 'calc(100% - 745px)'}">
             <div>任务{{ taskCount + 1 }}</div>
             <el-tooltip
               effect="light"
@@ -23247,6 +23247,8 @@ ol {
   /* -webkit-user-modify: read-write; */
   overflow-wrap: break-word;
   -webkit-line-break: after-white-space;
+  word-break: break-word;
+  white-space: pre-line;
 }
 
 .scoreBox,

+ 3 - 1
src/components/studyStudent.vue

@@ -240,7 +240,7 @@
       <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 class="courseIndex" :style="{width: orgArray.includes(org) ? '100%' : 'calc(100% - 745px)'}">
             <div>任务{{ taskCount + 1 }}</div>
             <el-tooltip
               effect="light"
@@ -23165,6 +23165,8 @@ ol {
   /* -webkit-user-modify: read-write; */
   overflow-wrap: break-word;
   -webkit-line-break: after-white-space;
+  word-break: break-word;
+  white-space: pre-line;
 }
 
 .scoreBox,

部分文件因文件數量過多而無法顯示