|
|
@@ -128,7 +128,7 @@
|
|
|
x5-video-player-type="h5" x5-video-orientation="landscape" :webkit-playsinline="true"
|
|
|
playsinline="true" :x5-playsinline="true">
|
|
|
</video>
|
|
|
-
|
|
|
+ <view v-else class="txt">回放生成中...</view>
|
|
|
<view v-if="showCustomControls && liveItem.showType==1 && !isFullscreen" class="custom-controls"
|
|
|
@click.stop="toggleFullscreen">
|
|
|
<image src="/static/images/full_screen.png" class="control-icon" />
|
|
|
@@ -4647,7 +4647,7 @@
|
|
|
.video-player {
|
|
|
width: 100vh !important;
|
|
|
height: 100vw !important;
|
|
|
- object-fit: contain !important;
|
|
|
+ // object-fit: contain !important;
|
|
|
}
|
|
|
}
|
|
|
|