lsc 1 年之前
父節點
當前提交
bc41720ef3

+ 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.9f6df4a7f3208fd1946e7e61cdbdf721.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.75e06a336ae78476d7bf.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.148eae257c1215d7350c978f678bb96a.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.9fcd1c6e3703efef2b9b.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

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


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


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


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


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


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


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

@@ -672,10 +672,10 @@
                 <div class="tool_box">
                   <div class="tool_type_box">
                     <div class="chooseWho">
-                      <!-- <div :class="toolType == 0 ? 'isChooseActive' : ''
+                      <div :class="toolType == 0 ? 'isChooseActive' : ''
                         " @click="(toolType = 0), $forceUpdate()">
                         互动类
-                      </div> -->
+                      </div>
                       <div
                         :class="toolType == 1 ? 'isChooseActive' : ''"
                         @click="(toolType = 1), $forceUpdate()"
@@ -11882,7 +11882,7 @@ export default {
         16, 32, 57, 4, 45, 15, 1, 3, 6, 7, 26, 41, 47, 48, 52, 50, 40,
       ], //, 40
       videoJson: {},
-      toolType: 1,
+      toolType: 0,
       checktoolArray: [],
       vChapterData: [],
       isUpdateToolDetail: false,
@@ -17674,7 +17674,7 @@ export default {
         ].toolChoose.push({
           tool: this.checktoolArray,
           toolDetail: "",
-          toolType: 1,
+          toolType: 0,
           askCount: 1,
           askTitle: "",
           askJson: [{ askstitle: "", askItem: 1, checkList: [] }],
@@ -20643,8 +20643,8 @@ export default {
 /* code 样式 */
 .cont >>> code {
   display: inline-block;
-  *display: inline;
-  *zoom: 1;
+  /* *display: inline; */
+  zoom: 1;
   background-color: #f1f1f1;
   border-radius: 3px;
   padding: 3px 5px;

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

@@ -653,10 +653,10 @@
                 <div class="tool_box">
                   <div class="tool_type_box">
                     <div class="chooseWho">
-                      <!-- <div :class="toolType == 0 ? 'isChooseActive' : ''
+                      <div :class="toolType == 0 ? 'isChooseActive' : ''
                         " @click="(toolType = 0), $forceUpdate()">
                         互动类
-                      </div> -->
+                      </div>
                       <div
                         :class="toolType == 1 ? 'isChooseActive' : ''"
                         @click="(toolType = 1), $forceUpdate()"
@@ -11867,7 +11867,7 @@ export default {
         16, 32, 57, 4, 45, 15, 1, 3, 6, 7, 26, 41, 47, 48, 52, 50, 40,
       ], //, 40
       videoJson: {},
-      toolType: 1,
+      toolType: 0,
       checktoolArray: [],
       vChapterData: [],
       isUpdateToolDetail: false,
@@ -17535,7 +17535,7 @@ export default {
         ].toolChoose.push({
           tool: this.checktoolArray,
           toolDetail: "",
-          toolType: 1,
+          toolType: 0,
           askCount: 1,
           askTitle: "",
           askJson: [{ askstitle: "", askItem: 1, checkList: [] }],
@@ -21325,8 +21325,8 @@ export default {
 /* code 样式 */
 .cont >>> code {
   display: inline-block;
-  *display: inline;
-  *zoom: 1;
+  /* *display: inline; */
+  zoom: 1;
   background-color: #f1f1f1;
   border-radius: 3px;
   padding: 3px 5px;

+ 6 - 6
src/components/studyStudent.vue

@@ -686,10 +686,10 @@
                   <div class="tool_box">
                     <div class="tool_type_box">
                       <div class="chooseWho">
-                        <!-- <div :class="toolType == 0 ? 'isChooseActive' : ''
+                        <div :class="toolType == 0 ? 'isChooseActive' : ''
                         " @click="(toolType = 0), $forceUpdate()">
                         互动类
-                      </div> -->
+                      </div>
                         <div
                           :class="toolType == 1 ? 'isChooseActive' : ''"
                           @click="(toolType = 1), $forceUpdate()"
@@ -10504,7 +10504,7 @@ export default {
         16, 32, 57, 4, 45, 15, 1, 3, 6, 7, 26, 41, 47, 48, 52, 50, 40,
       ], //, 40
       videoJson: {},
-      toolType: 1,
+      toolType: 0,
       checktoolArray: [],
       vChapterData: [],
       isUpdateToolDetail: false,
@@ -10534,7 +10534,7 @@ export default {
         ].toolChoose.push({
           tool: this.checktoolArray,
           toolDetail: "",
-          toolType: 1,
+          toolType: 0,
           askCount: 1,
           askTitle: "",
           askJson: [{ askstitle: "", askItem: 1, checkList: [] }],
@@ -19609,8 +19609,8 @@ export default {
 /* code 样式 */
 .cont >>> code {
   display: inline-block;
-  *display: inline;
-  *zoom: 1;
+  /* *display: inline; */
+  zoom: 1;
   background-color: #f1f1f1;
   border-radius: 3px;
   padding: 3px 5px;

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