Browse Source

首页折线图的legend高度调整,省满意度调查列表

feature
mk 2 years ago
parent
commit
5693a514ef
  1. 4
      src/views/modules/home/index.vue
  2. 977
      src/views/modules/satisfaction/satisfactionProvince/index.vue

4
src/views/modules/home/index.vue

@ -274,7 +274,7 @@ export default {
}, },
legend: { legend: {
data: data.series.map((item) => item.name), data: data.series.map((item) => item.name),
bottom: "10%", bottom: "5%",
icon: "rect", icon: "rect",
itemWidth: 20, itemWidth: 20,
itemHeight: 5, itemHeight: 5,
@ -283,7 +283,7 @@ export default {
grid: { grid: {
left: "3%", left: "3%",
right: "4%", right: "4%",
bottom: "25%", bottom: "30%",
containLabel: true, containLabel: true,
}, },
toolbox: { toolbox: {

977
src/views/modules/satisfaction/satisfactionProvince/index.vue

File diff suppressed because it is too large
Loading…
Cancel
Save