From 5693a514ef6b569f77f1f2a21cb41e8775c9d69d Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 3 Nov 2023 17:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8A=98=E7=BA=BF=E5=9B=BE?= =?UTF-8?q?=E7=9A=84legend=E9=AB=98=E5=BA=A6=E8=B0=83=E6=95=B4,=E7=9C=81?= =?UTF-8?q?=E6=BB=A1=E6=84=8F=E5=BA=A6=E8=B0=83=E6=9F=A5=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/home/index.vue | 4 +- .../satisfactionProvince/index.vue | 977 +++++++++++------- 2 files changed, 594 insertions(+), 387 deletions(-) diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue index 1cfb2f0e6..a6695d330 100644 --- a/src/views/modules/home/index.vue +++ b/src/views/modules/home/index.vue @@ -274,7 +274,7 @@ export default { }, legend: { data: data.series.map((item) => item.name), - bottom: "10%", + bottom: "5%", icon: "rect", itemWidth: 20, itemHeight: 5, @@ -283,7 +283,7 @@ export default { grid: { left: "3%", right: "4%", - bottom: "25%", + bottom: "30%", containLabel: true, }, toolbox: { diff --git a/src/views/modules/satisfaction/satisfactionProvince/index.vue b/src/views/modules/satisfaction/satisfactionProvince/index.vue index 0e8a322ee..0f8a7ea81 100644 --- a/src/views/modules/satisfaction/satisfactionProvince/index.vue +++ b/src/views/modules/satisfaction/satisfactionProvince/index.vue @@ -1,383 +1,592 @@ - - - - - \ No newline at end of file + + \ No newline at end of file