From 18df1e3cec1551e551dc0cf58ad4e00e9edb8a5d Mon Sep 17 00:00:00 2001 From: hi2hi Date: Fri, 13 Dec 2024 02:54:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E5=9B=BE=E5=BD=A2=E9=98=B4?= =?UTF-8?q?=E5=BD=B1=E4=BB=85=E5=9C=A8=E6=B8=90=E5=8F=98=E8=89=B2=E4=B8=8B?= =?UTF-8?q?=E6=9C=89=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/charts/donut.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/charts/donut.js b/src/components/charts/donut.js index 7c7cbc4..7f1168a 100644 --- a/src/components/charts/donut.js +++ b/src/components/charts/donut.js @@ -81,7 +81,7 @@ export default (used, total, itemColors, size = 100) => ({ color: typeof itemColors === 'string' ? itemColors : handleColor(itemColors?.used), borderRadius: 5, shadowColor: config.nazhua.serverStatusLinear ? 'rgba(0, 0, 0, 0.5)' : undefined, - shadowBlur: 10, + shadowBlur: config.nazhua.serverStatusLinear ? 10 : undefined, }, coordinateSystem: 'polar', cursor: 'default',