liuyu 5 jaren geleden
bovenliggende
commit
a1915c8614
1 gewijzigde bestanden met toevoegingen van 3 en 5 verwijderingen
  1. 3 5
      src/views/live/roomDetail.vue

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

@@ -8,10 +8,7 @@
         <div :style="{ height: lheight, width: lwidth }" id="look-video-left" class="video-box col-div look-video-left"></div>
         <div id="look-video-right" :style="{ height: rheight, width: rwidth }" class="video-box col-div look-video-right"></div>
       </div>
-      <div
-        id="othediv"
-        :style="{ background: background_, transform: transform, height: otheheight, width: vwidth, padding: othepadding, position: 'absolute' }"
-      >
+      <div id="othediv" :style="{ transform: transform, height: otheheight, width: vwidth, padding: othepadding, position: 'absolute' }">
         <div id="othe-video-1" :style="{ height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
         <div id="othe-video-2" :style="{ height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
         <div id="othe-video-3" :style="{ height: otheheight, width: othewidth }" class="video-box col-div othe-video-left"></div>
@@ -160,7 +157,8 @@ export default {
       lwidth: '70%',
       show: true,
       vpadding: '0',
-      othepadding: '200px 0 0 0',
+      othepadding: '200px 0px 0px 0px',
+      othetop: '200px',
       btop: '167px',
       bright: '10px',
       isscreen: false,