dedsudiyu 2 rokov pred
rodič
commit
73a754045b
1 zmenil súbory, kde vykonal 2 pridanie a 3 odobranie
  1. 2 3
      src/views/newEvacuationBigData.vue

+ 2 - 3
src/views/newEvacuationBigData.vue

@@ -321,7 +321,7 @@
             </div>
             <div class="video-mx-big-box" v-show="subjectVideoType"
                  v-for="(item,index) in subjectVideoList" :key="index">
-              <video class="video-box" :id="item.divId" ref="videoRef" autoplay controls  muted width="368px" height="170px"></video>
+              <video class="video-box" :id="item.divId" ref="videoRef" autoplay controls  muted width="368px" height="210px"></video>
             </div>
           </div>
           <div class="video-max-big-for-box" >
@@ -331,7 +331,7 @@
             </div>
             <div class="video-mx-big-box" v-show="floorVideoType"
                  v-for="(item,index) in floorVideoList" :key="index">
-              <video class="video-box" :id="item.divId" ref="videoRef" autoplay controls  muted width="368px" height="170px"></video>
+              <video class="video-box" :id="item.divId" ref="videoRef" autoplay controls  muted width="368px" height="210px"></video>
             </div>
           </div>
         </div>
@@ -3083,7 +3083,6 @@
           .video-mx-big-box{
             width:368px;
             height:170px;
-            background: red;
             margin-top:14px;
           }
         }