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
03a53fa8
Commit
03a53fa8
authored
Mar 07, 2022
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏跳转系统页面
parent
2cf2edc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
leftBar.vue
gassafetyprogress-web/src/components/bigWindow/leftBar.vue
+4
-3
rightBar.vue
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
+2
-2
No files found.
gassafetyprogress-web/src/components/bigWindow/leftBar.vue
View file @
03a53fa8
...
...
@@ -15,11 +15,11 @@
</div>
<div
class=
"left-top"
style=
"margin-top: 40px;width: 430px;margin-left: 10px;display: flex;justify-content: space-around;"
>
<div
style=
"width: 40%;text-align: center;color: #339CC9;"
>
<div
class=
"div-p"
>
从业人员数
</div>
<div
class=
"div-p"
@
click=
"$router.push('/regulation/supervise')"
>
从业人员数
</div>
<span
style=
"font-family: 'arialbd';font-size: 35px;background-image:-webkit-linear-gradient(bottom,#f0c41b,#e4dbb7);-webkit-background-clip:text;-webkit-text-fill-color:transparent; "
>
{{
allNum
.
peopleNum
}}
</span>
</div>
<div
style=
"width: 40%;text-align: center;color: #339CC9;"
>
<div
class=
"div-p"
>
管道长度(m)
</div>
<div
class=
"div-p"
@
click=
"$router.push('/regulation/pipe')"
>
管道长度(m)
</div>
<span
style=
"font-family: 'arialbd';font-size: 35px;background-image:-webkit-linear-gradient(bottom,#f86742,#f0c41b);-webkit-background-clip:text;-webkit-text-fill-color:transparent; "
>
{{
allNum
.
allPipeLength
}}
</span>
</div>
</div>
...
...
@@ -47,7 +47,7 @@
<span
class=
"dot"
>
<span
class=
"dot-inner"
></span>
</span>
<span
style=
"letter-spacing :3px;color:#cddbe4"
>
任务完成率
</span>
<span
style=
"letter-spacing :3px;color:#cddbe4
;cursor:pointer;"
@
click=
"$router.push('/operationMonitor/workOrder')
"
>
任务完成率
</span>
<div
class=
"fong-div"
style=
"width: 8px;height: 12px;background-color: #2c888899;float: right;margin-top: 10px;transform: skewX(-25deg)"
></div>
<div
class=
"fong-div"
style=
"width: 8px;height: 12px;background-color: #24b1b1b3;float: right;margin-top: 10px;margin-right: 10px;transform: skewX(-25deg)"
></div>
<div
class=
"fong-div"
style=
"width: 8px;height: 12px;background-color: #11e9e9b3;float: right;margin-top: 10px;margin-right: 10px;transform: skewX(-25deg)"
></div>
...
...
@@ -446,6 +446,7 @@
background
:
url('../../assets/mapImages/div-p.png')
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
cursor
:
pointer
;
}
.div-el
{
...
...
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
View file @
03a53fa8
...
...
@@ -7,7 +7,7 @@
<span
class=
"dot"
>
<span
class=
"dot-inner"
></span>
</span>
<span
style=
"letter-spacing: 3px; color: #cddbe4"
>
预警信息
</span>
<span
style=
"letter-spacing: 3px; color: #cddbe4
;cursor: pointer;"
@
click=
"$router.push('/operationMonitor/operationMonitor')
"
>
预警信息
</span>
<div
class=
"fong-div"
style=
"
...
...
@@ -196,7 +196,7 @@
<span
class=
"dot"
>
<span
class=
"dot-inner"
></span>
</span>
<span
style=
"letter-spacing: 3px; color: #cddbe4"
>
资源统计
</span>
<span
style=
"letter-spacing: 3px; color: #cddbe4
;cursor: pointer;"
@
click=
"$router.push('/regulation/station')
"
>
资源统计
</span>
<div
class=
"fong-div"
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