Commit df80f342 by 潘建波

trafficshow

1 parent 57f9f83c
......@@ -9,10 +9,10 @@
<div class="eventlist-box">
<!-- <eventList></eventList> -->
<devInfo></devInfo>
<div class="video-box">
</div>
<div class="video-box">
<videoPlay ref="ocx" :playurl="playurl"></videoPlay>
</div>
</div>
</div>
<div style="clear: both;"></div>
</el-col>
......@@ -197,11 +197,6 @@ export default {
</script>
<style scoped="scoped" lang="stylus">
.video-box{
height: 46.5vh;
margin-bottom: 1vh;
background: #444444;
}
.collect-box{
height 11.8vh
background #fff
......@@ -388,4 +383,17 @@ export default {
top 10px
z-index 1000
}
.video-box{
position absolute
height: 46.5vh;
width 30vw
margin-bottom: 1vh;
background: #444444;
left 0
right 0
top 0
bottom 0
margin auto
z-index 1000
}
</style>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!