liuyu před 4 roky
rodič
revize
90bc663897
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      src/views/live/roomDetail.vue

+ 5 - 0
src/views/live/roomDetail.vue

@@ -254,6 +254,11 @@ export default {
             style = 'left:' + left_ + 'px;';
             thr_.style.cssText = style;
           }
+        } else {
+          const lvr_ = document.getElementById('look-video-left');
+          let stylel = 'width:70%;';
+          stylel += 'height:200px;';
+          lvr_.style.cssText = stylel;
         }
       }
       const lvr_ = document.getElementById('look-video-right');