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
0f40e5f2
Commit
0f40e5f2
authored
Jul 30, 2021
by
吕超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 统一模块的样式
parent
3781c533
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
21 deletions
+19
-21
sortList.vue
src/pages/biomassEnergyWarm/components/sortList.vue
+2
-2
table.vue
src/pages/biomassEnergyWarm/components/table.vue
+2
-2
index.vue
src/pages/biomassEnergyWarm/index.vue
+4
-4
picPopup.vue
src/pages/renewableEnergyVillage/components/picPopup.vue
+1
-1
Home.vue
src/views/Home.vue
+10
-12
No files found.
src/pages/biomassEnergyWarm/components/sortList.vue
View file @
0f40e5f2
...
...
@@ -167,8 +167,8 @@ export default {
right: 10px;
display: flex;
flex-wrap: wrap;
width:
550px
;
height: calc(100vh -
100px - 3
7vh - 2vw);
width:
26vw
;
height: calc(100vh -
95px - 2
7vh - 2vw);
.left-part-item {
height: 100%;
margin-bottom: 15px;
...
...
src/pages/biomassEnergyWarm/components/table.vue
View file @
0f40e5f2
...
...
@@ -4,7 +4,7 @@
<el-table
class=
"table"
ref=
"table"
height=
"
3
3vh"
height=
"
2
3vh"
:data=
"getDataOfType"
border
style=
"width: 100%"
...
...
@@ -85,7 +85,7 @@ export default {
left: 1vw;
bottom: 1vw;
width: 31vw;
height:
3
7vh;
height:
2
7vh;
// height: 400px;
}
</
style
>
src/pages/biomassEnergyWarm/index.vue
View file @
0f40e5f2
...
...
@@ -7,7 +7,7 @@
:provinceCode=
"provinceCode"
></BiogasManureMap>
<StatusControl
:statusStyle=
"
{ position: 'absolute', right: '
600px
', top: '100px' }"
:statusStyle=
"
{ position: 'absolute', right: '
27.7vw
', top: '100px' }"
:list="statusControlList"
v-model="statusValue"
>
</StatusControl>
...
...
@@ -199,14 +199,14 @@ export default {
bottom: 1vw;
right: 1vw;
left: calc(600px + 1vw);
height:
3
7vh;
height:
2
7vh;
.left-part-item {
width: 100%;
height: inherit;
}
.partItem {
height:
300px
;
height:
24vh
;
}
}
...
...
@@ -214,7 +214,7 @@ export default {
position: absolute;
z-index: 11;
left: 300px;
bottom:
4
0.5vh;
bottom:
3
0.5vh;
}
}
</
style
>
src/pages/renewableEnergyVillage/components/picPopup.vue
View file @
0f40e5f2
...
...
@@ -115,7 +115,7 @@ export default {
img {
flex: 1;
height:
400px
;
height:
50vh
;
object-fit: cover;
}
}
...
...
src/views/Home.vue
View file @
0f40e5f2
...
...
@@ -10,7 +10,7 @@
<div
:class=
"[
'a-menu',
$route.path == '/methane_upgrade' ? 'active' : ''
$route.path == '/methane_upgrade' ? 'active' : ''
,
]"
@
click=
"$router.push('/methane_upgrade')"
>
...
...
@@ -19,7 +19,7 @@
<div
:class=
"[
'a-menu',
$route.path == '/biomass_energy_warm' ? 'active' : ''
$route.path == '/biomass_energy_warm' ? 'active' : ''
,
]"
@
click=
"$router.push('/biomass_energy_warm')"
>
...
...
@@ -28,7 +28,7 @@
<div
:class=
"[
'a-menu',
$route.path == '/biogas_manure_eco_agriculture' ? 'active' : ''
$route.path == '/biogas_manure_eco_agriculture' ? 'active' : ''
,
]"
@
click=
"$router.push('/biogas_manure_eco_agriculture')"
>
...
...
@@ -37,7 +37,7 @@
<div
:class=
"[
'a-menu',
$route.path == '/renewable_energy_village' ? 'active' : ''
$route.path == '/renewable_energy_village' ? 'active' : ''
,
]"
@
click=
"$router.push('/renewable_energy_village')"
>
...
...
@@ -58,16 +58,16 @@
<
script
>
export
default
{
name
:
'Home'
,
name
:
"Home"
,
data
()
{
return
{
// baseUrl: process.env.BASE_URL
}
}
;
},
components
:
{
// HelloWorld,
}
}
}
,
}
;
</
script
>
<
style
scoped
lang=
"less"
>
...
...
@@ -113,7 +113,7 @@ export default {
font-weight: 700;
letter-spacing: 0.1vh;
color: @main-color;
font-family:
'Segoe UI'
, Tahoma, Geneva, Verdana, sans-serif;
font-family:
"Segoe UI"
, Tahoma, Geneva, Verdana, sans-serif;
}
}
.menu {
...
...
@@ -134,9 +134,7 @@ export default {
box-sizing: border-box;
text-align: center;
color: @main-color;
&:hover {
// background-color: rgb(206, 206, 206);
}
cursor: pointer;
}
.active {
color: #fff;
...
...
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