Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
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
lizhichao
whp-xl
Commits
20540a98
Commit
20540a98
authored
Jun 16, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频可视化播放器窗口调整
parent
c4e4024f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
17 deletions
+19
-17
VideoList.vue
dcit-hcsystem-hcsystem-master/src/views/Video/VideoList.vue
+19
-17
No files found.
dcit-hcsystem-hcsystem-master/src/views/Video/VideoList.vue
View file @
20540a98
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
<div
class=
"pomentWrap"
>
<div
class=
"pomentWrap"
>
<el-row
:gutter=
"5"
type=
"flex"
justify=
"space-around"
>
<el-row
:gutter=
"5"
type=
"flex"
justify=
"space-around"
>
<el-col
:xs=
"12"
:sm=
"12"
:md=
"6"
:lg=
"4"
:xl=
"4"
>
<el-col
:xs=
"12"
:sm=
"12"
:md=
"6"
:lg=
"4"
:xl=
"4"
>
<!--
<el-aside>
-->
<div
class=
"topBar"
>
<div
class=
"topBar"
>
<el-tree
<el-tree
:data=
"treeData"
:data=
"treeData"
...
@@ -16,13 +15,10 @@
...
@@ -16,13 +15,10 @@
>
>
</el-tree>
</el-tree>
</div>
</div>
<!--
</el-aside>
-->
</el-col>
</el-col>
<el-col
:xs=
"12"
:sm=
"12"
:md=
"18"
:lg=
"20"
:xl=
"20"
>
<el-col
:xs=
"12"
:sm=
"12"
:md=
"18"
:lg=
"20"
:xl=
"20"
>
<!--
<el-main>
-->
<el-row
class=
"row"
>
<div>
<el-row>
<div
class=
"box"
:class=
"[flag == 'newplay1' ? 'boxred' : 'boxblack']"
>
<div
class=
"box"
:class=
"[flag == 'newplay1' ? 'boxred' : 'boxblack']"
>
<div
id=
"newplay1"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow('newplay1')"
>
<div
id=
"newplay1"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow('newplay1')"
>
<span
class=
"novideo"
>
无信号
</span>
<span
class=
"novideo"
>
无信号
</span>
...
@@ -34,7 +30,8 @@
...
@@ -34,7 +30,8 @@
</div>
</div>
</div>
</div>
</el-row>
</el-row>
<el-row>
<el-row
class=
"row"
>
<div
class=
"box"
:class=
"[flag == 'newplay3' ? 'boxred' : 'boxblack']"
>
<div
class=
"box"
:class=
"[flag == 'newplay3' ? 'boxred' : 'boxblack']"
>
<div
id=
"newplay3"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow('newplay3')"
>
<div
id=
"newplay3"
style=
"width:100%; height:100%;"
@
click=
"chooseWindow('newplay3')"
>
<span
class=
"novideo"
>
无信号
</span>
<span
class=
"novideo"
>
无信号
</span>
...
@@ -46,23 +43,28 @@
...
@@ -46,23 +43,28 @@
</div>
</div>
</div>
</div>
</el-row>
</el-row>
</div>
<!--
</el-main>
-->
</el-col>
</el-col>
</el-row>
</el-row>
</div>
</div>
</
template
>
</
template
>
<
style
lang=
"scss"
scped
>
<
style
lang=
"scss"
scped
>
@import
'@/utils/public.scss'
;
@import
'@/utils/public.scss'
;
.box
{
.row
{
float
:left
;
display
:
flex
;
width
:
550px
;
.box
{
height
:
300px
;
width
:
100%
;
background-color
:
#edf1f6
;
text-align
:
center
;
text-align
:
center
;
}
position
:relative
;
}
right
:
0px
;
/*.box{*/
}
/*float:left;*/
/*width:550px;*/
/*height:300px;*/
/*background-color: #edf1f6;*/
/*text-align: center;*/
/*position:relative;*/
/*right:0px;*/
/*}*/
.boxred
{
.boxred
{
border
:
1px
solid
red
;
border
:
1px
solid
red
;
}
}
...
...
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