From 8134bfeebad212c2b0ee545e04ae4f81e538398c Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 20 Feb 2026 22:58:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=A7=E5=B1=8F=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/statistic/bigScreen/index.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/pages/statistic/bigScreen/index.vue b/src/pages/statistic/bigScreen/index.vue index 862afe1..73fc8e3 100644 --- a/src/pages/statistic/bigScreen/index.vue +++ b/src/pages/statistic/bigScreen/index.vue @@ -488,16 +488,18 @@ const assetChartOpts = computed(() => ({ legend: { show: true, position: 'bottom', - lineHeight: 25 + fontSize: 10, + lineHeight: 18, + itemGap: 8 }, title: { name: `资产总计`, - fontSize: 15, + fontSize: 10, color: '#666666' }, subtitle: { name: `${totalAsset.value.toFixed(2)}元`, - fontSize: 12, + fontSize: 8, color: '#10b981' }, extra: { @@ -536,16 +538,18 @@ const debtChartOpts = computed(() => ({ legend: { show: true, position: 'bottom', - lineHeight: 25 + fontSize: 10, + lineHeight: 18, + itemGap: 8 }, title: { name: `负债总计`, - fontSize: 15, + fontSize: 10, color: '#666666' }, subtitle: { name: `${totalDebt.value.toFixed(2)}元`, - fontSize: 12, + fontSize: 8, color: '#ef4444' }, extra: {