From 141ba83bcc779925b49aeae7c287b605dbd2b4fe Mon Sep 17 00:00:00 2001 From: lijiarao Date: Tue, 25 Oct 2022 17:58:15 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/IncomeSortEcharts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/IncomeSortEcharts.vue b/src/views/dashboard/IncomeSortEcharts.vue index 3c06143..1893f03 100644 --- a/src/views/dashboard/IncomeSortEcharts.vue +++ b/src/views/dashboard/IncomeSortEcharts.vue @@ -269,7 +269,7 @@ export default { this.columns.push({ title: item.name_dictText, align: 'center', - width: 85, + width: 80, dataIndex: 'key' + index, scopedSlots: {customRender: 'allMoney'} },)