Commit c15faef5 authored by 朱建丰's avatar 朱建丰

=0726

parent fa0b4287
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<div class="shadow"> <div class="shadow">
<Breadcrumb :breadData="breadData"></Breadcrumb> <Breadcrumb :breadData="breadData"></Breadcrumb>
</div> </div>
<el-row :gutter="20" class="mt20"> <el-row :gutter="20" class="mt20" >
<el-col :sm="12" :xs="24"> <el-col :sm="12" :xs="24">
<div class="clear-water unify-item shadow"> <div class="clear-water unify-item shadow" ref="left_one">
<h3 class="module-tit">深化碧水行动</h3> <h3 class="module-tit">深化碧水行动</h3>
<ul> <ul>
<li v-for="(item, index) in clear_water_info" :key="index"> <li v-for="(item, index) in clear_water_info" :key="index">
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</div> </div>
</el-col> </el-col>
<el-col :sm="12" :xs="24"> <el-col :sm="12" :xs="24">
<div class="air-quality unify-item shadow"> <div class="air-quality unify-item shadow" ref="right_one">
<h3 class="module-tit">空气质量巩固提升行动</h3> <h3 class="module-tit">空气质量巩固提升行动</h3>
<div class="aq-map"> <div class="aq-map">
<img src="../assets/images/sy-map.jpg" alt=""/> <img src="../assets/images/sy-map.jpg" alt=""/>
...@@ -357,6 +357,9 @@ ...@@ -357,6 +357,9 @@
window.addEventListener("resize", function (e) { window.addEventListener("resize", function (e) {
window.parent.postMessage(document.body.scrollHeight, '*'); window.parent.postMessage(document.body.scrollHeight, '*');
}); });
// let t=this.$refs.right_one.clientHeight;
//
// this.$refs.left_one.style.height=t+"px";
}, },
methods: { methods: {
listenMessage() { listenMessage() {
......
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
type="circle" type="circle"
:percentage="88.1" :percentage="88.1"
:stroke-width="12" :stroke-width="12"
:style="'margin:0 auto'"
:color="'#7FD6AD'" :color="'#7FD6AD'"
> >
</el-progress> </el-progress>
...@@ -1299,10 +1300,17 @@ ...@@ -1299,10 +1300,17 @@
> > > .el-progress-circle { > > > .el-progress-circle {
width: 100px !important; width: 100px !important;
height: 100px !important; height: 100px !important;
margin:0 auto !important;
} }
} }
} }
.el-progress-circle {
width: 100px !important;
height: 100px !important;
margin:0 auto !important;
}
.vaccine-traceability { .vaccine-traceability {
h4 { h4 {
font-weight: normal; font-weight: normal;
......
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