|
@@ -4,7 +4,7 @@
|
|
|
<el-col :span="24" class="info">
|
|
|
<el-col :span="24" class="video">
|
|
|
<el-col :span="15" class="videoLeft">
|
|
|
- <videoPlayer ref="videoPlayer" :options="videoOptions" class="vjs-custom-skin videoPlayer" :playsinline="true" />
|
|
|
+ <videoPlayer ref="videoPlayer" :options="videoOptions" class="vjs-custom-skin videoPlayer videos" :playsinline="true"></videoPlayer>
|
|
|
</el-col>
|
|
|
<el-col :span="9" class="videoRight">
|
|
|
右侧
|
|
@@ -130,4 +130,8 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+/deep/.video-js {
|
|
|
+ height: 190px !important;
|
|
|
+ border-radius: 10px;
|
|
|
+}
|
|
|
</style>
|