Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit df80f342
authored
Feb 07, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
trafficshow
1 parent
57f9f83c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
src/views/trafficShow/index.vue
src/views/trafficShow/index.vue
View file @
df80f34
...
...
@@ -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
>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment