Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
C
country-energy-ecological-construction
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
范加坤
country-energy-ecological-construction
Commits
db66523d
Commit
db66523d
authored
Aug 05, 2021
by
范加坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
eb95bb49
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
15 deletions
+35
-15
index.vue
src/pages/biogasManureEcoAgriculture/index.vue
+7
-1
index.vue
src/pages/methaneUpgrade/index.vue
+23
-5
index.vue
src/pages/renewableEnergyVillage/index.vue
+1
-6
Home.vue
src/views/Home.vue
+4
-3
No files found.
src/pages/biogasManureEcoAgriculture/index.vue
View file @
db66523d
...
...
@@ -123,7 +123,13 @@ export default {
'rgb(223, 238, 175)'
,
'rgb(245, 255, 163)'
,
'rgb(240, 145, 98)'
,
'rgb(245,1,0)'
'rgb(245,1,0)'
,
// 'rgba(0, 100, 200, 0)',
// 'rgba(0, 100, 200, 0.2)',
// 'rgba(0, 100, 200, 0.4)',
// 'rgba(0, 100, 200, 0.6)',
// 'rgba(0, 100, 200, 0.8)',
// 'rgba(0, 100, 200, 1)',
],
colorLabel
:
[],
cityConfig
:
cityConfig
.
province
,
...
...
src/pages/methaneUpgrade/index.vue
View file @
db66523d
...
...
@@ -48,22 +48,34 @@
</div>
<Lengend
class=
"legend-part"
:colors=
"colors"
:range=
"colorLabel"
/>
<div
class=
"right-part"
>
<PartWrap
class=
"right-part-echart"
:title=
"'小型沼气工程'"
>
<PartWrap
class=
"right-part-echart"
:title=
"'小型沼气工程 ' + statusValue1.value"
>
<div
style=
"width: 26vw; height: 16vh"
>
<Echart
ref=
"echart3"
:options=
"echart1_option"
/>
</div>
</PartWrap>
<PartWrap
class=
"right-part-echart"
:title=
"'中型沼气工程'"
>
<PartWrap
class=
"right-part-echart"
:title=
"'中型沼气工程 ' + statusValue1.value"
>
<div
style=
"width: 26vw; height: 16vh"
>
<Echart
ref=
"echart3"
:options=
"echart2_option"
/>
</div>
</PartWrap>
<PartWrap
class=
"right-part-echart"
:title=
"'大型沼气工程'"
>
<PartWrap
class=
"right-part-echart"
:title=
"'大型沼气工程 ' + statusValue1.value"
>
<div
style=
"width: 26vw; height: 16vh"
>
<Echart
ref=
"echart3"
:options=
"echart3_option"
/>
</div>
</PartWrap>
<PartWrap
class=
"right-part-echart"
:title=
"'特大型沼气工程'"
>
<PartWrap
class=
"right-part-echart"
:title=
"'特大型沼气工程 ' + statusValue1.value"
>
<div
style=
"width: 26vw; height: 16vh"
>
<Echart
ref=
"echart3"
:options=
"echart4_option"
/>
</div>
...
...
@@ -113,7 +125,13 @@ export default {
'rgb(223, 238, 175)'
,
'rgb(245, 255, 163)'
,
'rgb(240, 145, 98)'
,
'rgb(245,1,0)'
'rgb(245,1,0)'
,
// '#CAF0F8',
// '#48CAE4',
// '#00B4D8',
// '#0077B6',
// '#023E8A',
// '#03045E'
],
colorLabel
:
[],
cityConfig
:
cityConfig
.
province
,
...
...
src/pages/renewableEnergyVillage/index.vue
View file @
db66523d
...
...
@@ -146,12 +146,7 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
/deep/.el-image-viewer__canvas {
img {
max-height: 80%;
max-width: 80%;
}
}
.enetgyVillage {
height: inherit;
...
...
src/views/Home.vue
View file @
db66523d
...
...
@@ -4,7 +4,8 @@
<div
class=
"header"
>
<div
class=
"header-left"
>
<img
src=
"../assets/img/logo.png"
alt
/>
<img
src=
"../assets/img/title.png"
alt
/>
<!--
<img
src=
"../assets/img/title.png"
alt
/>
-->
<h3>
农村能源生态建设
</h3>
</div>
<div
class=
"menu"
>
<div
...
...
@@ -110,10 +111,10 @@ export default {
h3 {
font-size: 4.7vh;
line-height: 8vh;
font-weight:
7
00;
font-weight:
8
00;
letter-spacing: 0.1vh;
color: @main-color;
font-family: 'S
egoe UI', Tahoma, Geneva, Verdana, sans-serif
;
font-family: 'S
TSong', Tahoma, Geneva, Verdana, sans-serif
;
}
}
.menu {
...
...
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