From d40d46a434721cc71808e739a7508180b832082a Mon Sep 17 00:00:00 2001 From: simonkoson <28867558@qq.com> Date: Mon, 25 May 2026 14:23:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20TargetOutlined=E6=8D=A2=E4=B8=BALineChar?= =?UTF-8?q?tOutlined=E9=81=BF=E5=85=8D=E7=99=BD=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Dashboard/Dashboard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Dashboard/Dashboard.jsx b/frontend/src/pages/Dashboard/Dashboard.jsx index 25696c1..2e7bbdf 100644 --- a/frontend/src/pages/Dashboard/Dashboard.jsx +++ b/frontend/src/pages/Dashboard/Dashboard.jsx @@ -7,7 +7,7 @@ import { BarChartOutlined, PictureOutlined, UploadOutlined, - TargetOutlined, + LineChartOutlined, AimOutlined, } from '@ant-design/icons' import useAuthStore from '../../stores/authStore' @@ -145,7 +145,7 @@ function Dashboard() { value: targets.length || '--', }, { - icon: , + icon: , bg: '#f3e5f5', label: '基础目标完成率', value: completion.base,