Commit df80f342 by 潘建波

trafficshow

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