lsc 2 年之前
父节点
当前提交
19393686f3

+ 1 - 1
dist/index.html

@@ -18,4 +18,4 @@
       border-radius: 10px;
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.6950e66200c464fbcfea163de3a31c4e.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.30bffeaaa8c3b2b4d120.js></script><script type=text/javascript src=./static/js/app.8c05d8484a91e4757200.js></script></body></html><script>document.domain = "cocorobo.cn"</script>
+    }</style><link href=./static/css/app.5791ea3bc77bd07b13437dc8996fd0e7.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.30bffeaaa8c3b2b4d120.js></script><script type=text/javascript src=./static/js/app.56b6f4e8f4bb222e81af.js></script></body></html><script>document.domain = "cocorobo.cn"</script>

文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.5791ea3bc77bd07b13437dc8996fd0e7.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.5791ea3bc77bd07b13437dc8996fd0e7.css.map


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.6950e66200c464fbcfea163de3a31c4e.css.map


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.56b6f4e8f4bb222e81af.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.56b6f4e8f4bb222e81af.js.map


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.8c05d8484a91e4757200.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.8c05d8484a91e4757200.js.map


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 1 - 1
src/components/components/askStatic.vue

@@ -75,7 +75,7 @@ export default {
 <style>
 <style>
 .sjBox {
 .sjBox {
   margin-top: 25px;
   margin-top: 25px;
-  height: 420px;
+  max-height: 420px;
   overflow: auto;
   overflow: auto;
 }
 }
 .a_addBox {
 .a_addBox {

+ 7 - 2
src/components/study.vue

@@ -938,7 +938,6 @@
                       <div>
                       <div>
                         <div
                         <div
                           class="worksDetailBox"
                           class="worksDetailBox"
-                          style="width: calc(100% - 30%)"
                           v-if="
                           v-if="
                             worksStudent[jdIndex][rwIndex][toolIndex].length > 0
                             worksStudent[jdIndex][rwIndex][toolIndex].length > 0
                           "
                           "
@@ -3712,7 +3711,13 @@ export default {
     },
     },
   },
   },
   created() {
   created() {
-    this.allScrell();
+    if(this.screenType == 2){
+      window.parent.postMessage({ allScreen: 4 }, "*");
+    }else if(this.screenType == 3){
+      window.parent.postMessage({ allScreen: 5 }, "*");
+    }else if(this.screenType == 1){
+      window.parent.postMessage({ allScreen: 6 }, "*");
+    }
     this.selectEva();
     this.selectEva();
     this.getCourseDetail();
     this.getCourseDetail();
     this.selectCount();
     this.selectCount();

+ 7 - 2
src/components/studyStudent.vue

@@ -1160,7 +1160,6 @@
                     <div>
                     <div>
                       <div
                       <div
                         class="worksDetailBox"
                         class="worksDetailBox"
-                        style="width: calc(100% - 30%)"
                         v-if="worksStudent[toolIndex].length > 0"
                         v-if="worksStudent[toolIndex].length > 0"
                       >
                       >
                         <div
                         <div
@@ -3815,7 +3814,13 @@ export default {
     },
     },
   },
   },
   created() {
   created() {
-    this.allScrell();
+    if(this.screenType == 2){
+      window.parent.postMessage({ allScreen: 4 }, "*");
+    }else if(this.screenType == 3){
+      window.parent.postMessage({ allScreen: 5 }, "*");
+    }else if(this.screenType == 1){
+      window.parent.postMessage({ allScreen: 6 }, "*");
+    }
     this.selectEva();
     this.selectEva();
     this.getCourseDetail();
     this.getCourseDetail();
     this.selectCount();
     this.selectCount();

部分文件因为文件数量过多而无法显示