Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
gassafety-progress
Commits
ae865792
Commit
ae865792
authored
Feb 17, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频问题修改 gengdidi
parent
b45bc6c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
10 deletions
+18
-10
index.vue
...typrogress-web/src/views/operationMonitor/video/index.vue
+18
-10
No files found.
gassafetyprogress-web/src/views/operationMonitor/video/index.vue
View file @
ae865792
<
template
>
<div
class=
"app-container"
>
<
el-row
>
<el-col
:span=
"5
"
>
<div
class=
"app-container"
style=
""
>
<
div
style=
"height: 100%;"
>
<el-col
style=
"border:1px solid #cccccc;height: 100%;"
:span=
"4
"
>
<el-tree
:data=
"videoData"
:props=
"defaultProps"
@
node-click=
"handleNodeClick"
></el-tree>
</el-col>
<el-col
:span=
"
19
"
>
<div
id=
"player"
style=
"width: calc(67vw - 8px);height: calc((67vw - 8px) * 5 / 8)"
></div>
<el-col
:span=
"
20"
style=
"height: 100%;
"
>
<div
id=
"player"
></div>
</el-col>
</el-row>
</div>
</div>
</
template
>
<!--<script src="@api/video/h5player.js"></script>-->
<
script
>
import
{
getVideoTree
}
from
"@/api/video/manager"
;
import
{
getPreviewURLs
}
from
"@/api/video/artemis"
...
...
@@ -116,3 +112,15 @@ export default {
}
};
</
script
>
<
style
scoped
lang=
"scss"
>
.app-container
{
position
:absolute
;
top
:
0
;
bottom
:
0
;
width
:
100%
;
}
#player
{
width
:
100%
;
height
:
100%
;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment