|
@@ -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>
|