liuyu 4 năm trước cách đây
mục cha
commit
f58e4476ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 => {