Explorar o código

Merge branch 'master' of http://1.14.104.71:10880/liujiaxin/baiyuchengpin

wangyan hai 2 semanas
pai
achega
d431b683cd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pages_course/living.vue

+ 2 - 2
pages_course/living.vue

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