lsc 2 gadi atpakaļ
vecāks
revīzija
c968369181
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/components/liveProjectDetail.vue

+ 2 - 2
src/components/liveProjectDetail.vue

@@ -43,7 +43,7 @@
           class="workd_media"
           style="height: 100%"
           v-if="videoBlock == 6"
-          :style="{ width: Vwidth + 'px' }"
+          :style="{ width: Vwidth }"
         >
           <video-player
             class="video-player vjs-custom-skin"
@@ -1442,7 +1442,6 @@ export default {
       this.Vwidth = total;
       if (this.videoBlock == 6) {
         this.videoBlock = 0;
-
         setTimeout(() => {
           this.videoBlock = 6;
         }, 1000);
@@ -2015,5 +2014,6 @@ img {
   top: 0;
   left: 50%;
   transform: translateX(-50%);
+  z-index: 999;
 }
 </style>