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
65b62f2a
Commit
65b62f2a
authored
Jun 30, 2021
by
苏咏卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改饼图样式颜色
parent
94261d8b
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
69 additions
and
51 deletions
+69
-51
src/views/unified/tapSwitch/marriage.vue
+8
-8
src/views/unified/tapSwitch/mechanism.vue
+4
-4
src/views/unified/tapSwitch/population.vue
+33
-15
src/views/unified/tapSwitch/socialAssistance.vue
+12
-12
src/views/unified/tapSwitch/socialOrganization.vue
+4
-4
src/views/unified/tapSwitch/subsidies.vue
+8
-8
No files found.
src/views/unified/tapSwitch/marriage.vue
View file @
65b62f2a
...
...
@@ -608,9 +608,9 @@ export default {
data: data.iaLineData.amountList,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
ff4444
",
lineStyle: {
color: "#
3167ff
",
color: "#
ff4444
",
},
},
},
...
...
@@ -622,9 +622,9 @@ export default {
data: data.ibLineData.amountList,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
1A9962
",
lineStyle: {
color: "#
ff4444
",
color: "#
1A9962
",
},
},
},
...
...
@@ -813,9 +813,9 @@ export default {
data: this.areaUnderMarriageStatsList.iaList,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
5470C6
",
lineStyle: {
color: "#
3167ff
",
color: "#
5470C6
",
},
},
},
...
...
@@ -830,9 +830,9 @@ export default {
data: this.areaUnderMarriageStatsList.ibList,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
91CC75
",
lineStyle: {
color: "#
ff4444
",
color: "#
91CC75
",
},
},
},
...
...
src/views/unified/tapSwitch/mechanism.vue
View file @
65b62f2a
...
...
@@ -649,9 +649,9 @@ export default {
data: this.areaUnderSoorganStatsList.foundationNumList,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
5470C6
",
lineStyle: {
color: "#
3167ff
",
color: "#
5470C6
",
},
},
},
...
...
@@ -666,9 +666,9 @@ export default {
data: this.areaUnderSoorganStatsList.leagueNumList,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
91CC75
",
lineStyle: {
color: "#
ff4444
",
color: "#
91CC75
",
},
},
},
...
...
src/views/unified/tapSwitch/population.vue
View file @
65b62f2a
...
...
@@ -133,7 +133,9 @@
alt=
""
class=
"lowerRight"
/>
<div
class=
"titleHead"
>
当前选择:
{{
address
?
address
:
"广西全区"
}}
</div>
<div
class=
"titleHead"
>
当前选择:
{{
address
?
address
:
"广西全区"
}}
</div>
<a
class=
"returnInfos"
@
click=
"returnInfo"
>
返回上一级
</a>
<div
class=
"populationMap"
id=
"populationMap"
></div>
</div>
...
...
@@ -202,15 +204,15 @@
<div
class=
"size24"
>
{{
threeYeartTotalData
.
cityToatlNum
}}
</div>
<div
class=
"size16"
>
城市
</div>
<div
class=
"size
city
16"
>
城市
</div>
</div>
</el-col>
<el-col
:span=
"12"
>
<div
class=
"rescue"
>
<div
class=
"size24"
>
<div
class=
"size
yellow
24"
>
{{
threeYeartTotalData
.
villageToatlNum
}}
</div>
<div
class=
"size16"
>
农村
</div>
<div
class=
"size
rural
16"
>
农村
</div>
</div>
</el-col>
</el-row>
...
...
@@ -442,7 +444,7 @@ export default {
returnInfo
()
{
this
.
num
=
0
;
this
.
address
=
"广西全区"
this
.
address
=
"广西全区"
;
this
.
getMapData
(
"g450000"
);
this
.
getFivesYearMarriageLineFun
(
"450000"
);
this
.
getMarriageStatsFun
(
"450000"
);
...
...
@@ -760,9 +762,9 @@ export default {
data: data.iaLineData.amountList,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
ff4444
",
lineStyle: {
color: "#
3167ff
",
color: "#
ff4444
",
},
},
},
...
...
@@ -774,9 +776,9 @@ export default {
data: data.ibLineData.amountList,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
1A9962
",
lineStyle: {
color: "#
ff4444
",
color: "#
1A9962
",
},
},
},
...
...
@@ -884,9 +886,9 @@ export default {
data: data.villageData,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
807F3E
",
lineStyle: {
color: "#
ff4444
",
color: "#
807F3E
",
},
},
},
...
...
@@ -1113,9 +1115,9 @@ export default {
data: data.difficultIssueNumList,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
5470C6
",
lineStyle: {
color: "#
3167ff
",
color: "#
5470C6
",
},
},
},
...
...
@@ -1130,9 +1132,9 @@ export default {
data: data.severeIssueNumList,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
91CC75
",
lineStyle: {
color: "#
ff4444
",
color: "#
91CC75
",
},
},
},
...
...
@@ -1192,9 +1194,25 @@ export default {
.size24
{
font-size
:
24px
;
}
.sizeyellow24
{
font-size
:
24px
;
color
:
#fad41b
;
}
.size16
{
font-size
:
16
;
}
.sizecity16
{
font-size
:
16
;
color
:
#C1BDBD
;
}
.sizerural16
{
font-size
:
16
;
color
:
#C1BDBD
;
}
.size24Info
{
font-size
:
24px
;
color
:
#c1bdbd
;
...
...
src/views/unified/tapSwitch/socialAssistance.vue
View file @
65b62f2a
...
...
@@ -577,9 +577,9 @@ export default {
data: data.cityData,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
7C8FAB
",
lineStyle: {
color: "#
3167ff
",
color: "#
7C8FAB
",
},
},
},
...
...
@@ -591,9 +591,9 @@ export default {
data: data.villageData,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
968E38
",
lineStyle: {
color: "#
ff4444
",
color: "#
968E38
",
},
},
},
...
...
@@ -680,9 +680,9 @@ export default {
data: data.cityData,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
7C8FAB
",
lineStyle: {
color: "#
3167ff
",
color: "#
7C8FAB
",
},
},
},
...
...
@@ -694,9 +694,9 @@ export default {
data: data.villageData,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
968E38
",
lineStyle: {
color: "#
ff4444
",
color: "#
968E38
",
},
},
},
...
...
@@ -886,9 +886,9 @@ export default {
data: this.areaYearShjzAchieveStats.villagList,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
5470C6
",
lineStyle: {
color: "#
3167ff
",
color: "#
5470C6
",
},
},
},
...
...
@@ -903,9 +903,9 @@ export default {
data: this.areaYearShjzAchieveStats.cityList,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
91CC75
",
lineStyle: {
color: "#
ff4444
",
color: "#
91CC75
",
},
},
},
...
...
src/views/unified/tapSwitch/socialOrganization.vue
View file @
65b62f2a
...
...
@@ -676,9 +676,9 @@ export default {
data: this.areaUnderSoorganStatsList.foundationNumList,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
5470C6
",
lineStyle: {
color: "#
3167ff
",
color: "#
5470C6
",
},
},
},
...
...
@@ -693,9 +693,9 @@ export default {
data: this.areaUnderSoorganStatsList.leagueNumList,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
91CC75
",
lineStyle: {
color: "#
ff4444
",
color: "#
91CC75
",
},
},
},
...
...
src/views/unified/tapSwitch/subsidies.vue
View file @
65b62f2a
...
...
@@ -503,9 +503,9 @@ export default {
data: data.severeAmountList,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
989037
",
lineStyle: {
color: "#
3167ff
",
color: "#
989037
",
},
},
},
...
...
@@ -517,9 +517,9 @@ export default {
data: data.difficultAmountList,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
8496B1
",
lineStyle: {
color: "#
ff4444
",
color: "#
8496B1
",
},
},
},
...
...
@@ -709,9 +709,9 @@ export default {
data: this.areaDisabledIssueStats.difficultIssueAmountList,
itemStyle: {
normal: {
color: "#
3167ff
",
color: "#
5470C6
",
lineStyle: {
color: "#
3167ff
",
color: "#
5470C6
",
},
},
},
...
...
@@ -726,9 +726,9 @@ export default {
data: this.areaDisabledIssueStats.severeIssueAmountList,
itemStyle: {
normal: {
color: "#
ff4444
",
color: "#
91CC75
",
lineStyle: {
color: "#
ff4444
",
color: "#
91CC75
",
},
},
},
...
...
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