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
c15faef5
Commit
c15faef5
authored
Jul 26, 2021
by
朱建丰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
=0726
parent
fa0b4287
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
qingtian_vue/src/views/Ecology.vue
qingtian_vue/src/views/Ecology.vue
+6
-3
qingtian_vue/src/views/Epidemic.vue
qingtian_vue/src/views/Epidemic.vue
+8
-0
No files found.
qingtian_vue/src/views/Ecology.vue
View file @
c15faef5
...
...
@@ -3,9 +3,9 @@
<div
class=
"shadow"
>
<Breadcrumb
:breadData=
"breadData"
></Breadcrumb>
</div>
<el-row
:gutter=
"20"
class=
"mt20"
>
<el-row
:gutter=
"20"
class=
"mt20"
>
<el-col
:sm=
"12"
:xs=
"24"
>
<div
class=
"clear-water unify-item shadow"
>
<div
class=
"clear-water unify-item shadow"
ref=
"left_one"
>
<h3
class=
"module-tit"
>
深化碧水行动
</h3>
<ul>
<li
v-for=
"(item, index) in clear_water_info"
:key=
"index"
>
...
...
@@ -34,7 +34,7 @@
</div>
</el-col>
<el-col
:sm=
"12"
:xs=
"24"
>
<div
class=
"air-quality unify-item shadow"
>
<div
class=
"air-quality unify-item shadow"
ref=
"right_one"
>
<h3
class=
"module-tit"
>
空气质量巩固提升行动
</h3>
<div
class=
"aq-map"
>
<img
src=
"../assets/images/sy-map.jpg"
alt=
""
/>
...
...
@@ -357,6 +357,9 @@
window
.
addEventListener
(
"
resize
"
,
function
(
e
)
{
window
.
parent
.
postMessage
(
document
.
body
.
scrollHeight
,
'
*
'
);
});
// let t=this.$refs.right_one.clientHeight;
//
// this.$refs.left_one.style.height=t+"px";
},
methods
:
{
listenMessage
()
{
...
...
qingtian_vue/src/views/Epidemic.vue
View file @
c15faef5
...
...
@@ -138,6 +138,7 @@
type=
"circle"
:percentage=
"88.1"
:stroke-width=
"12"
:style=
"'margin:0 auto'"
:color=
"'#7FD6AD'"
>
</el-progress>
...
...
@@ -1299,10 +1300,17 @@
>
>
>
.el-progress-circle
{
width
:
100px
!
important
;
height
:
100px
!
important
;
margin
:
0
auto
!
important
;
}
}
}
.el-progress-circle
{
width
:
100px
!
important
;
height
:
100px
!
important
;
margin
:
0
auto
!
important
;
}
.vaccine-traceability
{
h4
{
font-weight
:
normal
;
...
...
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