Commit 636f592d authored by 朱建丰's avatar 朱建丰

=0728

parent 7b3207fd
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
class="item btn2 cf mt20" class="item btn2 cf mt20"
effect="white" effect="white"
content="建设中..." content="建设中..."
placement="top" placement="bottom"
> >
<p>建设施工</p> <p>建设施工</p>
</el-tooltip> </el-tooltip>
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
class="item btn2 cf mt20" class="item btn2 cf mt20"
effect="white" effect="white"
content="建设中..." content="建设中..."
placement="top" placement="bottom"
> >
<p>城市运行</p> <p>城市运行</p>
</el-tooltip> </el-tooltip>
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
class="item btn2 cf mt20" class="item btn2 cf mt20"
effect="white" effect="white"
content="建设中..." content="建设中..."
placement="top" placement="bottom"
> >
<p>旅游领域</p> <p>旅游领域</p>
</el-tooltip> </el-tooltip>
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
class="item btn2 cf mt20" class="item btn2 cf mt20"
effect="white" effect="white"
content="建设中..." content="建设中..."
placement="top" placement="bottom"
> >
<p>特种设备</p> <p>特种设备</p>
</el-tooltip> </el-tooltip>
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
</div> </div>
</div> </div>
<div class="flex around mt20 wrap" v-if="gkShow"> <div class="flex around mt20 wrap" v-if="gkShow">
<div class="flex column acenter icon160"> <div class="flex column acenter ">
<div <div
class="el-progress--circle" class="el-progress--circle"
style="height: 80px; width: 80px" style="height: 80px; width: 80px"
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
<p>在线监测监控</p> <p>在线监测监控</p>
</div> </div>
</div> </div>
<div class="flex column acenter icon160"> <div class="flex column acenter ">
<div <div
class="el-progress--circle" class="el-progress--circle"
style="height: 80px; width: 80px" style="height: 80px; width: 80px"
...@@ -376,7 +376,7 @@ ...@@ -376,7 +376,7 @@
<p>上岗持证率</p> <p>上岗持证率</p>
</div> </div>
</div> </div>
<div class="flex column acenter icon160"> <div class="flex column acenter ">
<div <div
class="el-progress--circle" class="el-progress--circle"
style="height: 80px; width: 80px" style="height: 80px; width: 80px"
...@@ -426,7 +426,9 @@ ...@@ -426,7 +426,9 @@
<p>堆积坝的整改率</p> <p>堆积坝的整改率</p>
</div> </div>
</div> </div>
<div class="flex column acenter icon160 mt12"> </div>
<div class="flex around mt20 wrap" v-if="gkShow">
<div class="flex column acenter mt12">
<div <div
class="el-progress--circle" class="el-progress--circle"
style="height: 80px; width: 80px" style="height: 80px; width: 80px"
...@@ -476,7 +478,7 @@ ...@@ -476,7 +478,7 @@
<p>网络专题学习率</p> <p>网络专题学习率</p>
</div> </div>
</div> </div>
<div class="flex column acenter icon160 mt12"> <div class="flex column acenter mt12">
<div <div
class="el-progress--circle" class="el-progress--circle"
style="height: 80px; width: 80px" style="height: 80px; width: 80px"
...@@ -526,7 +528,7 @@ ...@@ -526,7 +528,7 @@
<p>社会化服务覆盖率</p> <p>社会化服务覆盖率</p>
</div> </div>
</div> </div>
<div class="flex column acenter icon160 mt12"> <div class="flex column acenter mt12">
<div <div
class="el-progress--circle" class="el-progress--circle"
style="height: 80px; width: 80px" style="height: 80px; width: 80px"
......
...@@ -169,6 +169,7 @@ ...@@ -169,6 +169,7 @@
window.parent.postMessage(document.body.scrollHeight, '*'); window.parent.postMessage(document.body.scrollHeight, '*');
window.addEventListener("resize", function (e) { window.addEventListener("resize", function (e) {
window.parent.postMessage(document.body.scrollHeight, '*'); window.parent.postMessage(document.body.scrollHeight, '*');
window.parent.postMessage(document.body.scrollHeight, '*');
}); });
// window.onresize = () => { // window.onresize = () => {
// return (() => { // return (() => {
......
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