Commit 75e55cdf by 苏咏卓

页面柱形图更新区域全部显示

parent 34fc85b7
...@@ -932,7 +932,7 @@ export default { ...@@ -932,7 +932,7 @@ export default {
.childWelfareMap { .childWelfareMap {
width: 100%; width: 100%;
height: 430px; height: 460px;
background-color: #082c61; background-color: #082c61;
} }
...@@ -1048,6 +1048,10 @@ export default { ...@@ -1048,6 +1048,10 @@ export default {
margin: 10px 30px 0 0; margin: 10px 30px 0 0;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
z-index: 9999;
} }
.input { .input {
......
...@@ -858,7 +858,7 @@ export default { ...@@ -858,7 +858,7 @@ export default {
axisLabel: { axisLabel: {
textStyle: { textStyle: {
color: "#FFFFFF", color: "#FFFFFF",
fontSize: 12, fontSize: 10,
}, },
}, },
axisLine: { axisLine: {
...@@ -1045,7 +1045,7 @@ export default { ...@@ -1045,7 +1045,7 @@ export default {
.marriageMap { .marriageMap {
width: 100%; width: 100%;
height: 430px; height: 460px;
background-color: #082c61; background-color: #082c61;
} }
...@@ -1094,6 +1094,10 @@ export default { ...@@ -1094,6 +1094,10 @@ export default {
margin: 10px 30px 0 0; margin: 10px 30px 0 0;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
z-index: 9999;
} }
.input { .input {
......
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
<div class="warningInfo" v-if="b == true">暂无下级数据</div> <div class="warningInfo" v-if="b == true">暂无下级数据</div>
<div class="titleHead">社会组织</div> <div class="titleHead">社会组织</div>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="6"> <el-col :span="4">
<br /> <br />
<br /><br /><br /> <br /><br /><br />
<el-row :gutter="20"> <el-row :gutter="20">
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
</el-col> </el-col>
</el-row> </el-row>
</el-col> </el-col>
<el-col :span="18"> <el-col :span="20">
<div id="sociology" class="sociology"></div> <div id="sociology" class="sociology"></div>
</el-col> </el-col>
</el-row> </el-row>
...@@ -1018,7 +1018,7 @@ export default { ...@@ -1018,7 +1018,7 @@ export default {
.mechanismMap { .mechanismMap {
width: 100%; width: 100%;
height: 430px; height: 460px;
background-color: #082c61; background-color: #082c61;
} }
...@@ -1070,6 +1070,10 @@ export default { ...@@ -1070,6 +1070,10 @@ export default {
margin: 10px 30px 0 0; margin: 10px 30px 0 0;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
z-index: 9999;
} }
.warningInfo { .warningInfo {
......
...@@ -908,7 +908,6 @@ export default { ...@@ -908,7 +908,6 @@ export default {
toolbox: {}, toolbox: {},
xAxis: { xAxis: {
type: "category", type: "category",
data: data.dateData, data: data.dateData,
axisLabel: { axisLabel: {
textStyle: { textStyle: {
...@@ -1150,7 +1149,7 @@ export default { ...@@ -1150,7 +1149,7 @@ export default {
axisLabel: { axisLabel: {
textStyle: { textStyle: {
color: "#FFFFFF", color: "#FFFFFF",
fontSize: 12, fontSize: 10,
}, },
}, },
axisLine: { axisLine: {
...@@ -1353,7 +1352,7 @@ export default { ...@@ -1353,7 +1352,7 @@ export default {
.populationMap { .populationMap {
width: 100%; width: 100%;
height: 430px; height: 460px;
background-color: #082c61; background-color: #082c61;
} }
......
...@@ -679,7 +679,7 @@ export default { ...@@ -679,7 +679,7 @@ export default {
axisLabel: { axisLabel: {
textStyle: { textStyle: {
color: "#FFFFFF", color: "#FFFFFF",
fontSize: 12, fontSize: 10,
}, },
}, },
axisLine: { axisLine: {
...@@ -890,7 +890,7 @@ export default { ...@@ -890,7 +890,7 @@ export default {
.provideMap { .provideMap {
width: 100%; width: 100%;
height: 430px; height: 460px;
background-color: #082c61; background-color: #082c61;
} }
...@@ -941,6 +941,10 @@ export default { ...@@ -941,6 +941,10 @@ export default {
margin: 10px 30px 0 0; margin: 10px 30px 0 0;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
z-index: 9999;
} }
.input { .input {
......
...@@ -921,7 +921,7 @@ export default { ...@@ -921,7 +921,7 @@ export default {
axisLabel: { axisLabel: {
textStyle: { textStyle: {
color: "#FFFFFF", color: "#FFFFFF",
fontSize: 12, fontSize: 10,
}, },
}, },
axisLine: { axisLine: {
...@@ -1102,7 +1102,7 @@ export default { ...@@ -1102,7 +1102,7 @@ export default {
.socialAssistanceMap { .socialAssistanceMap {
width: 100%; width: 100%;
height: 430px; height: 460px;
background-color: #082c61; background-color: #082c61;
} }
...@@ -1202,6 +1202,10 @@ export default { ...@@ -1202,6 +1202,10 @@ export default {
margin: 10px 30px 0 0; margin: 10px 30px 0 0;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
z-index: 9999;
} }
.search { .search {
......
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
<div class="warningInfo" v-if="SoorganStatsList">暂无下级数据</div> <div class="warningInfo" v-if="SoorganStatsList">暂无下级数据</div>
<div class="titleHead">年度按月份统计</div> <div class="titleHead">年度按月份统计</div>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="6"> <el-col :span="4">
<br /> <br />
<br /><br /><br /> <br /><br /><br />
<el-row :gutter="20"> <el-row :gutter="20">
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
</el-col> </el-col>
</el-row> </el-row>
</el-col> </el-col>
<el-col :span="18"> <el-col :span="20">
<div id="annualStatistics" class="annualStatistics"></div> <div id="annualStatistics" class="annualStatistics"></div>
</el-col> </el-col>
</el-row> </el-row>
...@@ -707,7 +707,7 @@ export default { ...@@ -707,7 +707,7 @@ export default {
axisLabel: { axisLabel: {
textStyle: { textStyle: {
color: "#FFFFFF", color: "#FFFFFF",
fontSize: 12, fontSize: 8,
}, },
}, },
axisLine: { axisLine: {
...@@ -967,7 +967,7 @@ export default { ...@@ -967,7 +967,7 @@ export default {
.socialOrganizationMap { .socialOrganizationMap {
width: 100%; width: 100%;
height: 430px; height: 460px;
background-color: #082c61; background-color: #082c61;
} }
...@@ -1017,6 +1017,10 @@ export default { ...@@ -1017,6 +1017,10 @@ export default {
margin: 10px 30px 0 0; margin: 10px 30px 0 0;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
z-index: 9999;
} }
.input { .input {
......
...@@ -741,7 +741,7 @@ export default { ...@@ -741,7 +741,7 @@ export default {
axisLabel: { axisLabel: {
textStyle: { textStyle: {
color: "#FFFFFF", color: "#FFFFFF",
fontSize: 12, fontSize: 10,
}, },
}, },
axisLine: { axisLine: {
...@@ -922,7 +922,7 @@ export default { ...@@ -922,7 +922,7 @@ export default {
.subsidiesMap { .subsidiesMap {
width: 100%; width: 100%;
height: 430px; height: 460px;
background-color: #082c61; background-color: #082c61;
} }
...@@ -1039,6 +1039,10 @@ export default { ...@@ -1039,6 +1039,10 @@ export default {
margin: 10px 30px 0 0; margin: 10px 30px 0 0;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
position: absolute;
top: 30px;
right: 10px;
z-index: 9999;;
} }
.input { .input {
......
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