Commit 8db2ae2c authored by 朱建丰's avatar 朱建丰

=0728

parent 636f592d
......@@ -50,7 +50,7 @@ export default {
},
data() {
return {
show: true
show: false
};
},
methods: {
......
......@@ -85,14 +85,14 @@
</el-row>
<el-row :gutter="20">
<el-col :sm="12" :xs="24">
<div class="no-waste unify-item shadow" style="height:350px;">
<div class="no-waste unify-item shadow" style="height:250px;">
<h3 class="module-tit">无废城市建设</h3>
<ul class="nw-con">
<li
v-for="(item, index) in no_waste_info"
:key="index"
:class="{ 'nw-task-first': index == 100 }"
>
style="margin-left:0px !important">
<h4 class="nw-task-name">{{ item.name }}</h4>
<div class="nw-task-num">
<div class="nw-task-current">
......@@ -113,7 +113,7 @@
</div>
</el-col>
<el-col :sm="12" :xs="24">
<div class="beautiful-rivers unify-item shadow" style="height:350px">
<div class="beautiful-rivers unify-item shadow" style="height:250px">
<h3 class="module-tit">美丽河湖库</h3>
<ul class="br-con">
<li v-for="(item, index) in br_info" :key="index">
......@@ -157,7 +157,7 @@
<div class="br-task-compare">
<i class="iconfont icon-shangsheng"></i>
<div>
<p style="color: #1bd68a; font-size: 18px">
<p style="color: #1bd68a; font-size: 18px; min-width:140px">
上升{{ item.compare_num }}个百分点
</p>
<span>环比</span>
......@@ -283,12 +283,12 @@
current_num: "95.3%",
compare_num: 0.5,
},
{
name: "河湖问题整改",
target_num: "93.3%",
current_num: "95.3%",
compare_num: 0.5,
},
// {
// name: "河湖问题整改",
// target_num: "93.3%",
// current_num: "95.3%",
// compare_num: 0.5,
// },
],
ecological_creation_info: [
{
......@@ -604,7 +604,7 @@
li {
padding: 12px 10px;
background-color: #eefbff;
width: 48%;
width: 46%;
box-sizing: border-box;
color: #333;
......@@ -643,6 +643,7 @@
.nw-task-compare {
width: 45%;
min-width:140px;
p {
color: #1bd68a;
......@@ -704,6 +705,7 @@
}
.br-task-compare {
min-width:140px;
i {
font-size: 42px;
color: #1bd68a;
......
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