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

=0728

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