fix: TargetOutlined换为LineChartOutlined避免白屏

This commit is contained in:
simonkoson
2026-05-25 14:23:44 +08:00
parent 2881b866a6
commit 8e5d5abed6
+2 -2
View File
@@ -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: <TargetOutlined style={{ color: '#7b5e9e', fontSize: 14 }} />,
icon: <LineChartOutlined style={{ color: '#7b5e9e', fontSize: 14 }} />,
bg: '#f3e5f5',
label: '基础目标完成率',
value: completion.base,