diff --git a/src/components/workspace/GoldManagement.vue b/src/components/workspace/GoldManagement.vue index 46b5e9a..eaa3706 100644 --- a/src/components/workspace/GoldManagement.vue +++ b/src/components/workspace/GoldManagement.vue @@ -405,7 +405,7 @@ const initConsumeDetailChart = () => { // 增加图表内边距,避免内容溢出 legend: { orient: 'vertical', - left: 'left', + left: '20%', top: '85', icon: 'circle', iconSize: 5, @@ -463,7 +463,7 @@ const initRechargePeopleChart = () => { const option = { legend: { orient: 'vertical', - left: 'left', + left: '20%', top: '85', icon: 'circle', iconSize: 5,