Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhengfu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨海涛
zhengfu
Commits
8db2ae2c
Commit
8db2ae2c
authored
Jul 28, 2021
by
朱建丰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
=0728
parent
636f592d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
qingtian_vue/src/components/Breadcrumb.vue
qingtian_vue/src/components/Breadcrumb.vue
+1
-1
qingtian_vue/src/views/Ecology.vue
qingtian_vue/src/views/Ecology.vue
+13
-11
No files found.
qingtian_vue/src/components/Breadcrumb.vue
View file @
8db2ae2c
...
...
@@ -50,7 +50,7 @@ export default {
},
data
()
{
return
{
show
:
tru
e
show
:
fals
e
};
},
methods
:
{
...
...
qingtian_vue/src/views/Ecology.vue
View file @
8db2ae2c
...
...
@@ -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:
3
50px;"
>
<div
class=
"no-waste unify-item shadow"
style=
"height:
2
50px;"
>
<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:
3
50px"
>
<div
class=
"beautiful-rivers unify-item shadow"
style=
"height:
2
50px"
>
<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
:
4
8
%
;
width
:
4
6
%
;
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment