Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
civil-front
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
civil
civil-front
Commits
fdbf4b1f
Commit
fdbf4b1f
authored
Jul 01, 2021
by
李耀锟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://139.159.239.83:9093/civil/civil-front
into master
parents
a03dfc9f
5ec49455
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
46 additions
and
19 deletions
+46
-19
src/views/unified/tapSwitch/childWelfare.vue
+5
-1
src/views/unified/tapSwitch/marriage.vue
+6
-2
src/views/unified/tapSwitch/mechanism.vue
+7
-3
src/views/unified/tapSwitch/population.vue
+2
-3
src/views/unified/tapSwitch/provide.vue
+6
-2
src/views/unified/tapSwitch/socialAssistance.vue
+6
-2
src/views/unified/tapSwitch/socialOrganization.vue
+8
-4
src/views/unified/tapSwitch/subsidies.vue
+6
-2
No files found.
src/views/unified/tapSwitch/childWelfare.vue
View file @
fdbf4b1f
...
...
@@ -932,7 +932,7 @@ export default {
.childWelfareMap
{
width
:
100%
;
height
:
4
3
0px
;
height
:
4
6
0px
;
background-color
:
#082c61
;
}
...
...
@@ -1048,6 +1048,10 @@ export default {
margin
:
10px
30px
0
0
;
display
:
flex
;
justify-content
:
flex-end
;
position
:
absolute
;
top
:
30px
;
right
:
10px
;
z-index
:
9999
;
}
.input
{
...
...
src/views/unified/tapSwitch/marriage.vue
View file @
fdbf4b1f
...
...
@@ -858,7 +858,7 @@ export default {
axisLabel: {
textStyle: {
color: "#FFFFFF",
fontSize: 1
2
,
fontSize: 1
0
,
},
},
axisLine: {
...
...
@@ -1045,7 +1045,7 @@ export default {
.marriageMap
{
width
:
100%
;
height
:
4
3
0px
;
height
:
4
6
0px
;
background-color
:
#082c61
;
}
...
...
@@ -1094,6 +1094,10 @@ export default {
margin
:
10px
30px
0
0
;
display
:
flex
;
justify-content
:
flex-end
;
position
:
absolute
;
top
:
30px
;
right
:
10px
;
z-index
:
9999
;
}
.input
{
...
...
src/views/unified/tapSwitch/mechanism.vue
View file @
fdbf4b1f
...
...
@@ -187,7 +187,7 @@
<div
class=
"warningInfo"
v-if=
"b == true"
>
暂无下级数据
</div>
<div
class=
"titleHead"
>
社会组织
</div>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
4
"
>
<br
/>
<br
/><br
/><br
/>
<el-row
:gutter=
"20"
>
...
...
@@ -217,7 +217,7 @@
</el-col>
</el-row>
</el-col>
<el-col
:span=
"
18
"
>
<el-col
:span=
"
20
"
>
<div
id=
"sociology"
class=
"sociology"
></div>
</el-col>
</el-row>
...
...
@@ -1018,7 +1018,7 @@ export default {
.mechanismMap
{
width
:
100%
;
height
:
4
3
0px
;
height
:
4
6
0px
;
background-color
:
#082c61
;
}
...
...
@@ -1070,6 +1070,10 @@ export default {
margin
:
10px
30px
0
0
;
display
:
flex
;
justify-content
:
flex-end
;
position
:
absolute
;
top
:
30px
;
right
:
10px
;
z-index
:
9999
;
}
.warningInfo
{
...
...
src/views/unified/tapSwitch/population.vue
View file @
fdbf4b1f
...
...
@@ -908,7 +908,6 @@ export default {
toolbox: {},
xAxis: {
type: "category",
data: data.dateData,
axisLabel: {
textStyle: {
...
...
@@ -1150,7 +1149,7 @@ export default {
axisLabel: {
textStyle: {
color: "#FFFFFF",
fontSize: 1
2
,
fontSize: 1
0
,
},
},
axisLine: {
...
...
@@ -1353,7 +1352,7 @@ export default {
.populationMap
{
width
:
100%
;
height
:
4
3
0px
;
height
:
4
6
0px
;
background-color
:
#082c61
;
}
...
...
src/views/unified/tapSwitch/provide.vue
View file @
fdbf4b1f
...
...
@@ -679,7 +679,7 @@ export default {
axisLabel: {
textStyle: {
color: "#FFFFFF",
fontSize: 1
2
,
fontSize: 1
0
,
},
},
axisLine: {
...
...
@@ -890,7 +890,7 @@ export default {
.provideMap
{
width
:
100%
;
height
:
4
3
0px
;
height
:
4
6
0px
;
background-color
:
#082c61
;
}
...
...
@@ -941,6 +941,10 @@ export default {
margin
:
10px
30px
0
0
;
display
:
flex
;
justify-content
:
flex-end
;
position
:
absolute
;
top
:
30px
;
right
:
10px
;
z-index
:
9999
;
}
.input
{
...
...
src/views/unified/tapSwitch/socialAssistance.vue
View file @
fdbf4b1f
...
...
@@ -921,7 +921,7 @@ export default {
axisLabel: {
textStyle: {
color: "#FFFFFF",
fontSize: 1
2
,
fontSize: 1
0
,
},
},
axisLine: {
...
...
@@ -1102,7 +1102,7 @@ export default {
.socialAssistanceMap
{
width
:
100%
;
height
:
4
3
0px
;
height
:
4
6
0px
;
background-color
:
#082c61
;
}
...
...
@@ -1202,6 +1202,10 @@ export default {
margin
:
10px
30px
0
0
;
display
:
flex
;
justify-content
:
flex-end
;
position
:
absolute
;
top
:
30px
;
right
:
10px
;
z-index
:
9999
;
}
.search
{
...
...
src/views/unified/tapSwitch/socialOrganization.vue
View file @
fdbf4b1f
...
...
@@ -165,7 +165,7 @@
<div
class=
"warningInfo"
v-if=
"SoorganStatsList"
>
暂无下级数据
</div>
<div
class=
"titleHead"
>
年度按月份统计
</div>
<el-row
:gutter=
"20"
>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
4
"
>
<br
/>
<br
/><br
/><br
/>
<el-row
:gutter=
"20"
>
...
...
@@ -191,7 +191,7 @@
</el-col>
</el-row>
</el-col>
<el-col
:span=
"
18
"
>
<el-col
:span=
"
20
"
>
<div
id=
"annualStatistics"
class=
"annualStatistics"
></div>
</el-col>
</el-row>
...
...
@@ -707,7 +707,7 @@ export default {
axisLabel: {
textStyle: {
color: "#FFFFFF",
fontSize:
12
,
fontSize:
8
,
},
},
axisLine: {
...
...
@@ -967,7 +967,7 @@ export default {
.socialOrganizationMap
{
width
:
100%
;
height
:
4
3
0px
;
height
:
4
6
0px
;
background-color
:
#082c61
;
}
...
...
@@ -1017,6 +1017,10 @@ export default {
margin
:
10px
30px
0
0
;
display
:
flex
;
justify-content
:
flex-end
;
position
:
absolute
;
top
:
30px
;
right
:
10px
;
z-index
:
9999
;
}
.input
{
...
...
src/views/unified/tapSwitch/subsidies.vue
View file @
fdbf4b1f
...
...
@@ -741,7 +741,7 @@ export default {
axisLabel: {
textStyle: {
color: "#FFFFFF",
fontSize: 1
2
,
fontSize: 1
0
,
},
},
axisLine: {
...
...
@@ -922,7 +922,7 @@ export default {
.subsidiesMap
{
width
:
100%
;
height
:
4
3
0px
;
height
:
4
6
0px
;
background-color
:
#082c61
;
}
...
...
@@ -1039,6 +1039,10 @@ export default {
margin
:
10px
30px
0
0
;
display
:
flex
;
justify-content
:
flex-end
;
position
:
absolute
;
top
:
30px
;
right
:
10px
;
z-index
:
9999
;
;
}
.input
{
...
...
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