From 90b5ad90e595b14e1ca8ef63652bdf05ce530fe3 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Tue, 16 Apr 2024 10:15:19 +0800 Subject: [PATCH] 1 --- src/view/echarts/eP3_2.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,