xuqiang 4 年 前
コミット
758f068e4d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/main/vue/src/views/performance/ProgrammeList.vue

+ 2 - 2
src/main/vue/src/views/performance/ProgrammeList.vue

@@ -279,7 +279,7 @@
                 :src="videoUrl"
                 controlsList="nodownload noremote footbar"
                 controls
-                style="height: 100%; max-width: 100%"
+                style="height: 700px; width: 100%"
                 oncontextmenu="return false;"
                 onmouseleave="leaveVideo(this)"
                 ref="video"
@@ -290,7 +290,7 @@
         </el-dialog>
         <programme-log :dialogVisible="isShow" @close="isShow = false" ref="public"></programme-log>
         <el-dialog class="videoDialog" destroy-on-close center append-to-body :visible.sync="showImg" width="35%">
-            <img style="height: 100%; max-width: 100%;" :src="annex" alt="" />
+            <img style="height: 100%; width: 100%;" :src="annex" alt="" />
         </el-dialog>
     </div>
 </template>