Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
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
Commits
4a38f66d
Commit
4a38f66d
authored
Sep 09, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频监控图标
parent
290dbc7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
index.vue
gassafety-web/src/views/videoMonitoring/video/index.vue
+15
-10
No files found.
gassafety-web/src/views/videoMonitoring/video/index.vue
View file @
4a38f66d
...
...
@@ -20,7 +20,6 @@
:filter-node-method=
"filterNode"
ref=
"tree"
default-expand-all
prefix=
"el-icon-video-play"
@
node-click=
"nodeClick"
style=
"background-color: white; color: #606266"
>
...
...
@@ -97,11 +96,17 @@
line-height
:
calc
((
100vh
-
130px
)
/
2
);
color
:
white
;
}
.nodeImg1
{
background
:
url("../../../assets/images/video1.png")
no-repeat
center
;
.el-icon-video-camera
{
background-repeat
:
no-repeat
;
background-position
:
center
;
background-image
:
url("../../../assets/images/video1.png")
;
background-size
:
20px
;
}
.nodeImg2
{
background
:
url("../../../assets/images/video2.png")
no-repeat
center
;
.el-icon-video-play
{
background-repeat
:
no-repeat
;
background-position
:
center
;
background-image
:
url("../../../assets/images/video2.png")
;
background-size
:
20px
;
}
</
style
>
...
...
@@ -120,7 +125,7 @@
{
name
:
"企业视频监控"
,
level
:
0
,
icon
:
"
nodeImg1
"
,
icon
:
"
el-icon-video-camera
"
,
childList
:
[]
}
],
...
...
@@ -145,19 +150,19 @@
that
.
treeData
[
0
].
childList
=
[
{
name
:
"视频监控1"
,
icon
:
"
nodeImg2
"
,
icon
:
"
el-icon-video-play
"
,
deviceCode
:
"34020000001110000003_0200000004"
,
},{
name
:
"视频监控2"
,
icon
:
"
nodeImg2
"
,
icon
:
"
el-icon-video-play
"
,
deviceCode
:
"34020000001110000003_0200000005"
,
},{
name
:
"视频监控3"
,
icon
:
"
nodeImg2
"
,
icon
:
"
el-icon-video-play
"
,
deviceCode
:
"stream_36_0"
,
},{
name
:
"视频监控4"
,
icon
:
"
nodeImg2
"
,
icon
:
"
el-icon-video-play
"
,
deviceCode
:
"stream_37_0"
,
}
];
...
...
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