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
612dc52e
Commit
612dc52e
authored
Apr 02, 2022
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏监控修改H5player 缩放
parent
9c8eb867
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
leftBar.vue
gassafetyprogress-web/src/components/bigWindow/leftBar.vue
+10
-10
rightBar.vue
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
+3
-3
No files found.
gassafetyprogress-web/src/components/bigWindow/leftBar.vue
View file @
612dc52e
...
...
@@ -39,7 +39,7 @@
</div>
</div>
<div
id=
"main1"
style=
"width: 100%;height: 280px;"
></div>
<!-- 任务完成率 -->
<div>
...
...
@@ -67,9 +67,9 @@
<span
:style=
"
{color: '#0099ff'}"> ● 未完成:
{{
allNum
.
typeTwo
}}
</span>
</div>
</div>
<!--
<div
class=
"echarts-two"
style=
"margin-top: 30px;width: 430px;margin-left: 10px;"
>
-->
<!--
<div
class=
"div-el"
>
...
...
@@ -227,12 +227,12 @@
radius
:
'55%'
,
center
:
[
'50%'
,
'58%'
],
data
:
[
{
{
value
:
this
.
allNum
.
typeTwo
,
name
:
'未完成'
,
itemStyle
:
{
color
:
'#09f'
}
},
{
{
value
:
this
.
allNum
.
typeOne
,
name
:
'已完成'
,
itemStyle
:
{
color
:
'#00ffff'
}
...
...
@@ -282,7 +282,7 @@
});
pietwo
.
setOption
({
title
:
{
text
:
'隐患整治数(个) :
'
+
(
this
.
allNum
.
typeOne
+
this
.
allNum
.
typeTwo
)
,
text
:
'隐患整治数(个) :
0'
,
left
:
'center'
,
top
:
20
,
textStyle
:{
...
...
@@ -304,13 +304,13 @@
radius
:
'55%'
,
center
:
[
'50%'
,
'58%'
],
data
:
[
{
value
:
this
.
allNum
.
typeTwo
,
{
value
:
0
,
name
:
'未完成'
,
itemStyle
:
{
color
:
'#09f'
}
},
{
value
:
this
.
allNum
.
typeOne
,
{
value
:
0
,
name
:
'已完成'
,
itemStyle
:
{
color
:
'#00ffff'
}
},
...
...
gassafetyprogress-web/src/components/bigWindow/rightBar.vue
View file @
612dc52e
...
...
@@ -59,7 +59,7 @@
</div>
<div
class=
"yujingbottom"
>
<div>
设备预警
</div>
<span>
2
</span>
<span>
0
</span>
</div>
</div>
<div
class=
"yujingcenter yujing"
>
...
...
@@ -72,7 +72,7 @@
</div>
<div
class=
"yujingbottom"
>
<div>
事件情况
</div>
<span>
2
</span>
<span>
0
</span>
</div>
</div>
<div
class=
"yujingright yujing"
>
...
...
@@ -85,7 +85,7 @@
</div>
<div
class=
"yujingbottom"
>
<div>
隐患数量
</div>
<span>
2
</span>
<span>
0
</span>
</div>
</div>
</div>
...
...
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