liuyu 4 years ago
parent
commit
f58e4476ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/live/roomDetail.vue

+ 1 - 1
src/views/live/roomDetail.vue

@@ -649,7 +649,7 @@ export default {
                 // autoplay success
                 // 播放成功时调用css属性
                 const _lvideoid_ = document.getElementById(this.lvideoid_);
-                const style = 'width: 100%; height: 200px; position: absolute; transform: rotateY(0); object-fit: fill';
+                const style = 'width: 100%; height: 100%; position: absolute; transform: rotateY(0); object-fit: fill';
                 _lvideoid_.style.cssText = style;
               })
               .catch(e => {