Commit 34fc85b7 by 苏咏卓

样式更新

parent ac6c9856
...@@ -270,7 +270,7 @@ export default { ...@@ -270,7 +270,7 @@ export default {
size: 10, size: 10,
total: 0, total: 0,
}, },
loading: false, loading: true,
agencyChildStats: {}, agencyChildStats: {},
agencyChildStatsList: { agencyChildStatsList: {
agencyNumList: [ agencyNumList: [
...@@ -609,6 +609,7 @@ export default { ...@@ -609,6 +609,7 @@ export default {
// }, // },
series: [ series: [
{ {
name:"机构占比",
type: "pie", type: "pie",
radius: "65%", radius: "65%",
center: ["50%", "50%"], center: ["50%", "50%"],
...@@ -984,23 +985,23 @@ export default { ...@@ -984,23 +985,23 @@ export default {
} }
.text { .text {
font-size: 12px; font-size: 16px;
color: #0e62bf; color: #fff;
margin-top: 16px; margin: 16px 1px 0 1px;
} }
.textLeft { .textLeft {
font-size: 12px; font-size: 16px;
color: #0e62bf; color: #fff;
margin-top: 16px; margin-top: 16px;
margin-left: 48px; margin-left: 64px;
} }
.textLefts { .textLefts {
font-size: 12px; font-size: 16px;
color: #0e62bf; color: #fff;
margin-top: 16px; margin-top: 16px;
margin-left: 24px; margin-left: 32px;
} }
.textNum { .textNum {
......
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
/> />
<div class="wiansInfo"> <div class="wiansInfo">
<div class="titleHead"> <div class="titleHead">
{{ address ? address : "广西全区" }}婚姻统计 {{ address ? address : "广西全区" }}婚姻信息查询
</div> </div>
<el-input <el-input
type="text" type="text"
...@@ -1117,7 +1117,7 @@ export default { ...@@ -1117,7 +1117,7 @@ export default {
.text { .text {
font-size: 16px; font-size: 16px;
color: #fff; color: #fff;
margin: 16px 1px 0 1px; margin-top: 16px;
} }
.yellowNums { .yellowNums {
......
...@@ -281,7 +281,7 @@ export default { ...@@ -281,7 +281,7 @@ export default {
size: 7, size: 7,
total: 0, total: 0,
}, },
loading: false, loading: true,
}; };
}, },
created() { created() {
...@@ -532,6 +532,7 @@ export default { ...@@ -532,6 +532,7 @@ export default {
// }, // },
series: [ series: [
{ {
name: '火化率统计',
type: "pie", type: "pie",
radius: "65%", radius: "65%",
center: ["50%", "50%"], center: ["50%", "50%"],
...@@ -821,14 +822,14 @@ export default { ...@@ -821,14 +822,14 @@ export default {
} }
.text { .text {
font-size: 12px; font-size: 16px;
color: #0e62bf; color: #fff;
margin-top: 16px; margin-top: 16px;
} }
.texts { .texts {
font-size: 12px; font-size: 16px;
color: #0e62bf; color: #fff;
margin-top: 16px; margin-top: 16px;
margin-left: 14px; margin-left: 14px;
} }
......
...@@ -303,7 +303,7 @@ export default { ...@@ -303,7 +303,7 @@ export default {
size: 15, size: 15,
total: 0, total: 0,
}, },
loading: false, loading: true,
soorganStats: {}, soorganStats: {},
SoorganPercentageStats: [], SoorganPercentageStats: [],
placeNames: [], placeNames: [],
...@@ -561,6 +561,7 @@ export default { ...@@ -561,6 +561,7 @@ export default {
// }, // },
series: [ series: [
{ {
name: '区域占比',
type: "pie", type: "pie",
radius: "50%", radius: "50%",
center: ["50%", "50%"], center: ["50%", "50%"],
...@@ -866,23 +867,23 @@ export default { ...@@ -866,23 +867,23 @@ export default {
} }
.text { .text {
font-size: 12px; font-size:16px;
color: #0e62bf; color: #fff;
margin-top: 16px; margin-top: 16px;
} }
.textLeft { .textLeft {
font-size: 12px; font-size:16px;
color: #0e62bf; color: #fff;
margin-top: 16px; margin-top: 16px;
margin-left: 48px; margin-left: 64px;
} }
.textLefts { .textLefts {
font-size: 12px; font-size:16px;
color: #0e62bf; color: #fff;
margin-top: 16px; margin-top: 16px;
margin-left: 36px; margin-left: 46px;
} }
.textNum { .textNum {
......
...@@ -275,7 +275,7 @@ export default { ...@@ -275,7 +275,7 @@ export default {
size: 15, size: 15,
total: 0, total: 0,
}, },
loading: false, loading: true,
yearDisabledIssueStats: {}, yearDisabledIssueStats: {},
disabledLevelStats: {}, disabledLevelStats: {},
areaDisabledIssueStats: {}, areaDisabledIssueStats: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment