Commit 612dc52e authored by zhangjianqian's avatar zhangjianqian

大屏监控修改H5player 缩放

parent 9c8eb867
......@@ -282,7 +282,7 @@
});
pietwo.setOption({
title: {
text: '隐患整治数(个) : '+ (this.allNum.typeOne+this.allNum.typeTwo),
text: '隐患整治数(个) : 0',
left: 'center',
top :20,
textStyle:{
......@@ -305,12 +305,12 @@
center: ['50%','58%'],
data: [
{
value: this.allNum.typeTwo,
value: 0,
name: '未完成',
itemStyle: { color: '#09f' }
},
{
value: this.allNum.typeOne,
value: 0,
name: '已完成' ,
itemStyle: { color: '#00ffff' }
},
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment