Commit ceb0b9dd authored by 黄媛媛's avatar 黄媛媛

update

parent 26ec94cf
...@@ -124,12 +124,12 @@ ...@@ -124,12 +124,12 @@
} }
.timeChart{ .timeChart{
width: 100%; width: 100%;
height: 300px; height: 386px;
} }
</style> </style>
<template> <template>
<div class="sex Opinionpolls" v-loading="loading"> <div class="sex Opinionpolls" v-loading="loading">
<div class="statistics-title bold18">季节统计</div> <div class="statistics-title bold18">意见调查统计</div>
<div class="conten-box" v-if="!loading"> <div class="conten-box" v-if="!loading">
<el-row :gutter="25" class="top"> <el-row :gutter="25" class="top">
<el-col :span="6" style="height: 100%;"> <el-col :span="6" style="height: 100%;">
...@@ -317,8 +317,8 @@ export default { ...@@ -317,8 +317,8 @@ export default {
let myChart = this.$echarts.init(document.getElementById('tenTopchart')); let myChart = this.$echarts.init(document.getElementById('tenTopchart'));
let option = { let option = {
grid: { grid: {
left: '50', left: '75',
right: '3%' right: '75'
}, },
xAxis: { xAxis: {
data: this.strArr, data: this.strArr,
......
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