|
@@ -15,6 +15,7 @@
|
|
|
<div class="block-title">整治项目</div>
|
|
|
</div>
|
|
|
<pie unit="个" class="pie_echart" ref="echartRef0"></pie>
|
|
|
+ <div class="xm" @click="gozzxm"></div>
|
|
|
</div>
|
|
|
<div class="echars">
|
|
|
<div class="echartTitle">
|
|
@@ -126,6 +127,9 @@ export default {
|
|
|
changeData(name, updata) {
|
|
|
this[name] = updata;
|
|
|
},
|
|
|
+ gozzxm() {
|
|
|
+ this.$emit("gozzxm");
|
|
|
+ },
|
|
|
regionChange(region) {
|
|
|
this.region = region;
|
|
|
this.getData();
|
|
@@ -292,10 +296,22 @@ export default {
|
|
|
.echart {
|
|
|
height: 200px !important;
|
|
|
}
|
|
|
+ .echars {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
.pie_echart {
|
|
|
width: 400px;
|
|
|
height: 180px;
|
|
|
}
|
|
|
+ .xm {
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ position: absolute;
|
|
|
+ left: 18%;
|
|
|
+ top: 50%;
|
|
|
+ cursor: pointer;
|
|
|
+ z-index: 100;
|
|
|
+ }
|
|
|
.tzdiv {
|
|
|
height: 20px;
|
|
|
margin: 5px 20px;
|