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'} },)