@@ -18,4 +18,4 @@
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.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>
@@ -75,7 +75,7 @@ export default {
<style>
.sjBox {
margin-top: 25px;
- height: 420px;
+ max-height: 420px;
overflow: auto;
}
.a_addBox {
@@ -938,7 +938,6 @@
<div>
<div
class="worksDetailBox"
- style="width: calc(100% - 30%)"
v-if="
worksStudent[jdIndex][rwIndex][toolIndex].length > 0
"
@@ -3712,7 +3711,13 @@ export default {
},
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.getCourseDetail();
this.selectCount();
@@ -1160,7 +1160,6 @@
v-if="worksStudent[toolIndex].length > 0"
>
@@ -3815,7 +3814,13 @@ export default {