lsc 2 years ago
parent
commit
6b7d4aa074

+ 1 - 1
dist/index.html

@@ -25,4 +25,4 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.6f49d178558a32a5301b813f52fae9fd.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.85f48b0184f614b2b8d9.js></script><script type=text/javascript src=./static/js/vendor.f2923fe66c2b47930c3a.js></script><script type=text/javascript src=./static/js/app.d9163b2037f3459ec747.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>
+    }</style><link href=./static/css/app.eb7dc2fd123bcc6b611169f5f945cb8f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.85f48b0184f614b2b8d9.js></script><script type=text/javascript src=./static/js/vendor.f2923fe66c2b47930c3a.js></script><script type=text/javascript src=./static/js/app.ee9f9ccd1c2f702e1fd6.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.6f49d178558a32a5301b813f52fae9fd.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.6f49d178558a32a5301b813f52fae9fd.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.eb7dc2fd123bcc6b611169f5f945cb8f.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.eb7dc2fd123bcc6b611169f5f945cb8f.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d9163b2037f3459ec747.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d9163b2037f3459ec747.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.ee9f9ccd1c2f702e1fd6.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.ee9f9ccd1c2f702e1fd6.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.85f48b0184f614b2b8d9.js.map


+ 5 - 0
src/App.vue

@@ -6,6 +6,7 @@
         $route.path == '/data' ||
         $route.path == '/note' ||
         $route.path == '/works',
+      appNoHeight: $route.path == '/liveRoom',
     }"
   >
     <!-- <div class="app_head" :class="{stuWidth:$route.path == '/student'}"> -->
@@ -225,6 +226,10 @@ body {
   min-width: 550px;
 }
 
+.appNoHeight {
+  min-height: 750px;
+}
+
 .app_head {
   height: 67.5px;
   width: 100%;

+ 18 - 1
src/components/pages/liveRoom.vue

@@ -6,7 +6,6 @@
       height: 100%;
       margin: 0;
       position: relative;
-      min-height: 750px;
     "
   >
     <!-- <div class="pb_content_body" style="height: 100%">
@@ -287,6 +286,9 @@
               </div>
             </div>
             <iframe
+              webkitallowfullscreen=""
+              mozallowfullscreen=""
+              allowfullscreen=""
               style="width: 100%; height: 100%; border: none"
               src="https://iwb.cocorobo.cn/"
             ></iframe>
@@ -308,6 +310,9 @@
               </div>
             </div>
             <iframe
+              webkitallowfullscreen=""
+              mozallowfullscreen=""
+              allowfullscreen=""
               style="width: 100%; height: 100%; border: none"
               src="//cloud.cocorobo.cn/mind/"
             ></iframe>
@@ -329,6 +334,9 @@
               </div>
             </div>
             <iframe
+              webkitallowfullscreen=""
+              mozallowfullscreen=""
+              allowfullscreen=""
               style="width: 100%; height: 100%; border: none"
               src="//dict.youdao.com/"
             ></iframe>
@@ -350,6 +358,9 @@
               </div>
             </div>
             <iframe
+              webkitallowfullscreen=""
+              mozallowfullscreen=""
+              allowfullscreen=""
               style="width: 100%; height: 100%; border: none"
               src="https://cloud.cocorobo.cn/Office/Word/WordEditArea.htm"
             ></iframe>
@@ -371,6 +382,9 @@
               </div>
             </div>
             <iframe
+              webkitallowfullscreen=""
+              mozallowfullscreen=""
+              allowfullscreen=""
               style="width: 100%; height: 100%; border: none"
               src="https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/Grid"
             ></iframe>
@@ -583,6 +597,9 @@
             style="height: 520px; width: 100%; margin: 0 0 20px 30px"
           >
             <iframe
+              webkitallowfullscreen=""
+              mozallowfullscreen=""
+              allowfullscreen=""
               style="width: 100%; height: 100%; border: none"
               :src="pptImgUrl"
             ></iframe>

Some files were not shown because too many files changed in this diff