liuyu %!s(int64=4) %!d(string=hai) anos
pai
achega
f58e4476ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => {