diff --git a/src/view/echarts/eP3_2.vue b/src/view/echarts/eP3_2.vue index 552a5d3..985ad66 100644 --- a/src/view/echarts/eP3_2.vue +++ b/src/view/echarts/eP3_2.vue @@ -15,7 +15,7 @@ let option = { formatter: "{b0}
{a0}:{c0}
{a1}:{c1} ", }, legend: { - top: "8%", + top: "5%", right: "11%", textStyle: { fontSize: 12, @@ -25,7 +25,7 @@ let option = { grid: { left: "1%", right: "10%", - bottom: "0%", + bottom: "5%", containLabel: true, }, calculable: true,