From 65a030af79f7be0efa5ad5a95391091714b5963f Mon Sep 17 00:00:00 2001 From: zyh Date: Wed, 22 Mar 2023 18:23:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9comparison?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/chart/chart/chartStat.vue | 6 +++--- .../common/bottomBox/tabs/dashboardTab.vue | 2 -- .../common/popBox/topToolMoreOptions.vue | 15 --------------- .../src/components/page/dashboard/dashboard.vue | 3 --- 4 files changed, 3 insertions(+), 23 deletions(-) diff --git a/nezha-fronted/src/components/chart/chart/chartStat.vue b/nezha-fronted/src/components/chart/chart/chartStat.vue index 654f8f11c..9b8cff6ba 100644 --- a/nezha-fronted/src/components/chart/chart/chartStat.vue +++ b/nezha-fronted/src/components/chart/chart/chartStat.vue @@ -11,7 +11,7 @@ background:item.mapping ? item.mapping.color.bac : (statData.length===1 ? '' : colorList[index]), height:item.height+'px', width:item.width + 'px', - fontSize: item.fontSize, + fontSize: item.fontSize + 'px', }" >
@@ -54,7 +54,7 @@