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

update

parent 26ec94cf
......@@ -124,12 +124,12 @@
}
.timeChart{
width: 100%;
height: 300px;
height: 386px;
}
</style>
<template>
<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">
<el-row :gutter="25" class="top">
<el-col :span="6" style="height: 100%;">
......@@ -317,8 +317,8 @@ export default {
let myChart = this.$echarts.init(document.getElementById('tenTopchart'));
let option = {
grid: {
left: '50',
right: '3%'
left: '75',
right: '75'
},
xAxis: {
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