From 758c904c3ce5198af6579af2f8a6d1dfe3248b9f Mon Sep 17 00:00:00 2001 From: taqi be Date: Thu, 16 Jan 2025 14:52:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AD=97=E5=8F=B7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deviceInfo/components/pie-chart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/deviceInfo/components/pie-chart.vue b/src/pages/deviceInfo/components/pie-chart.vue index 4fef4d8..d7f73b4 100644 --- a/src/pages/deviceInfo/components/pie-chart.vue +++ b/src/pages/deviceInfo/components/pie-chart.vue @@ -82,7 +82,7 @@ const option = computed(() => { itemHeight: 15, itemGap: 10, textStyle: { - fontSize: 16, + fontSize: 14, }, selectedMode: false, },