ソースを参照

修复视频监控的全屏显示问题

yanglzh 3 年 前
コミット
3eca205d53
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/layout/routerView/iframes.vue

+ 1 - 1
src/layout/routerView/iframes.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="layout-view-bg-white flex mt1" :style="{ height: `calc(100vh - ${setIframeHeight}`, border: 'none' }" v-loading="iframeLoading">
-    <iframe :src="iframeUrl" frameborder="0" height="100%" width="100%" id="iframe" v-show="!iframeLoading"></iframe>
+    <iframe allowfullscreen="true" :src="iframeUrl" frameborder="0" height="100%" width="100%" id="iframe" v-show="!iframeLoading"></iframe>
   </div>
 </template>