提交 be84250f authored 作者: pengxiaohui's avatar pengxiaohui

修改样式

上级 46d5287a
<template> <template>
<el-dialog :title="info.title" v-bind="$attrs" v-on="$listeners" width="800px" top="20vh"> <el-dialog :title="info.title" v-bind="$attrs" v-on="$listeners" width="800px" top="20vh">
<video id="videoPlayer" width="750" class="video-js" controls="controls"></video> <video id="videoPlayer" width="760" class="video-js" controls="controls"></video>
</el-dialog> </el-dialog>
</template> </template>
<script> <script>
...@@ -27,7 +27,6 @@ export default { ...@@ -27,7 +27,6 @@ export default {
type: 'application/x-mpegURL' type: 'application/x-mpegURL'
// withCredentials: true // withCredentials: true
}) })
console.log(123)
this.player.play() this.player.play()
}, 300) }, 300)
}, },
...@@ -37,7 +36,4 @@ export default { ...@@ -37,7 +36,4 @@ export default {
} }
</script> </script>
<style scoped> <style scoped>
video{
width:100%;
}
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论