From 468c7c3460e9c03972778ba90460b33287fd9e9d Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 30 Jul 2024 19:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix:bug87654=E3=80=91-=E5=B0=86?= =?UTF-8?q?=E5=9B=BE=E4=BE=8B=E6=9D=83=E9=99=90=E4=BF=AE=E6=94=B9=E6=88=90?= =?UTF-8?q?=E5=AE=9E=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/SingleMonthEcharts.vue | 3 +++ src/views/dashboard/SingleMonthTotalEcharts.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/views/dashboard/SingleMonthEcharts.vue b/src/views/dashboard/SingleMonthEcharts.vue index def3223..52f6af7 100644 --- a/src/views/dashboard/SingleMonthEcharts.vue +++ b/src/views/dashboard/SingleMonthEcharts.vue @@ -240,6 +240,9 @@ export default { }, legend: { data: [ '预估收入金额', '确认收入金额', '开票金额', '到账金额'], + lineStyle: { + type: 'solid' + }, right: '2%' }, grid: { diff --git a/src/views/dashboard/SingleMonthTotalEcharts.vue b/src/views/dashboard/SingleMonthTotalEcharts.vue index a1fee2b..b6276db 100644 --- a/src/views/dashboard/SingleMonthTotalEcharts.vue +++ b/src/views/dashboard/SingleMonthTotalEcharts.vue @@ -224,6 +224,9 @@ export default { }, legend: { data: ['预估收入金额', '确认收入金额', '开票金额', '到账金额'], + lineStyle: { + type: 'solid' + }, right: '2%' }, grid: {