|
|
@@ -560,12 +560,12 @@
|
|
|
style="height: 650px; width: calc(100% - 50px)"
|
|
|
>
|
|
|
<video-player
|
|
|
- class="video-player vjs-custom-skin"
|
|
|
+ class="video-player vjs-custom-skin notop"
|
|
|
:class="contentDialog == false ? 'isAllWidth' : ''"
|
|
|
:playsinline="true"
|
|
|
:options="playerO[taskCount]"
|
|
|
@play="onPlayerPlay($event)"
|
|
|
- style="width: 100%; height: 100%; margin: 0 0 0 30px"
|
|
|
+ style="width: 100%; height: 650px; margin: 0 0 0 30px"
|
|
|
></video-player>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -31214,4 +31214,7 @@ div::-webkit-scrollbar {
|
|
|
white-space: normal !important;
|
|
|
display: inline !important;
|
|
|
}
|
|
|
+.notop >>> .vjs_video_3-dimensions.vjs-fluid{
|
|
|
+ padding-top: 0 !important;
|
|
|
+}
|
|
|
</style>
|