Commit 612dc52e authored by zhangjianqian's avatar zhangjianqian

大屏监控修改H5player 缩放

parent 9c8eb867
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</div> </div>
</div> </div>
<div id="main1" style="width: 100%;height: 280px;"></div> <div id="main1" style="width: 100%;height: 280px;"></div>
<!-- 任务完成率 --> <!-- 任务完成率 -->
<div> <div>
...@@ -67,9 +67,9 @@ ...@@ -67,9 +67,9 @@
<span :style="{color: '#0099ff'}"> ● 未完成:{{allNum.typeTwo}}</span> <span :style="{color: '#0099ff'}"> ● 未完成:{{allNum.typeTwo}}</span>
</div> </div>
</div> </div>
<!-- <div class="echarts-two" style="margin-top: 30px;width: 430px;margin-left: 10px;"> --> <!-- <div class="echarts-two" style="margin-top: 30px;width: 430px;margin-left: 10px;"> -->
<!-- <div class="div-el"> <!-- <div class="div-el">
...@@ -227,12 +227,12 @@ ...@@ -227,12 +227,12 @@
radius: '55%', radius: '55%',
center: ['50%','58%'], center: ['50%','58%'],
data: [ data: [
{ {
value: this.allNum.typeTwo, value: this.allNum.typeTwo,
name: '未完成', name: '未完成',
itemStyle: { color: '#09f' } itemStyle: { color: '#09f' }
}, },
{ {
value: this.allNum.typeOne, value: this.allNum.typeOne,
name: '已完成' , name: '已完成' ,
itemStyle: { color: '#00ffff' } itemStyle: { color: '#00ffff' }
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
}); });
pietwo.setOption({ pietwo.setOption({
title: { title: {
text: '隐患整治数(个) : '+ (this.allNum.typeOne+this.allNum.typeTwo), text: '隐患整治数(个) : 0',
left: 'center', left: 'center',
top :20, top :20,
textStyle:{ textStyle:{
...@@ -304,13 +304,13 @@ ...@@ -304,13 +304,13 @@
radius: '55%', radius: '55%',
center: ['50%','58%'], center: ['50%','58%'],
data: [ data: [
{ {
value: this.allNum.typeTwo, value: 0,
name: '未完成', name: '未完成',
itemStyle: { color: '#09f' } itemStyle: { color: '#09f' }
}, },
{ {
value: this.allNum.typeOne, value: 0,
name: '已完成' , name: '已完成' ,
itemStyle: { color: '#00ffff' } itemStyle: { color: '#00ffff' }
}, },
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</div> </div>
<div class="yujingbottom"> <div class="yujingbottom">
<div>设备预警</div> <div>设备预警</div>
<span>2</span> <span>0</span>
</div> </div>
</div> </div>
<div class="yujingcenter yujing" > <div class="yujingcenter yujing" >
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</div> </div>
<div class="yujingbottom"> <div class="yujingbottom">
<div>事件情况</div> <div>事件情况</div>
<span>2</span> <span>0</span>
</div> </div>
</div> </div>
<div class="yujingright yujing" > <div class="yujingright yujing" >
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</div> </div>
<div class="yujingbottom"> <div class="yujingbottom">
<div>隐患数量</div> <div>隐患数量</div>
<span>2</span> <span>0</span>
</div> </div>
</div> </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