|
@@ -1,6 +1,5 @@
|
|
|
<template>
|
|
|
<div class="thzl">
|
|
|
- <div class="tip">本页面土地闲置率和闲置处置率只统计2022年-2024年数据</div>
|
|
|
<div class="content">
|
|
|
<div class="item" v-for="(sd, index) in sdlist" :key="index">
|
|
|
<div class="icon">
|
|
@@ -28,6 +27,9 @@
|
|
|
<pie unit="亩" class="pie_echart" ref="echartRef2"></pie>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="tip">
|
|
|
+ 提示:本页面土地闲置率和闲置处置率只统计2022年-2024年数据
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -68,7 +70,6 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.getData();
|
|
|
- console.log(store.state.cockpit_date, "tt");
|
|
|
},
|
|
|
methods: {
|
|
|
changeData(name, updata) {
|
|
@@ -202,7 +203,7 @@ export default {
|
|
|
}
|
|
|
.echartlist {
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 150px);
|
|
|
+ height: calc(100% - 165px);
|
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
|
.ratio_echart {
|
|
@@ -217,5 +218,8 @@ export default {
|
|
|
height: 180px;
|
|
|
}
|
|
|
}
|
|
|
+ .tip {
|
|
|
+ color: #9b9b9b;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|