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,