From 43c3e397785e1f37a213ed42bee1f572e9913e22 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Mon, 25 Jul 2022 17:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=B1=E7=8A=B6=E5=9B=BE=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/echarts/lendAcross.vue | 4 ++-- src/views/system/archiveStatistics/module/acrossBar.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/components/echarts/lendAcross.vue b/src/views/components/echarts/lendAcross.vue index 9355f96..a8a74de 100644 --- a/src/views/components/echarts/lendAcross.vue +++ b/src/views/components/echarts/lendAcross.vue @@ -70,8 +70,8 @@ export default { barGap: 25, showBackground: true, backgroundStyle: { - color: '#02255F' - // borderRadius: [0, 10, 10, 0] // 背景圆角 + color: '#02255F', + barBorderRadius: [0, 10, 10, 0] // 背景圆角 }, itemStyle: { normal: { diff --git a/src/views/system/archiveStatistics/module/acrossBar.vue b/src/views/system/archiveStatistics/module/acrossBar.vue index c65f57f..a1070c9 100644 --- a/src/views/system/archiveStatistics/module/acrossBar.vue +++ b/src/views/system/archiveStatistics/module/acrossBar.vue @@ -60,8 +60,8 @@ export default { barWidth: 15, // 柱图宽度 showBackground: true, backgroundStyle: { - color: '#02255F' - // borderRadius: [0, 10, 10, 0] // 背景圆角 + color: '#02255F', + barBorderRadius: [0, 10, 10, 0] // 背景圆角 }, itemStyle: { normal: {