fix: TargetOutlined换为LineChartOutlined避免白屏
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
|||||||
BarChartOutlined,
|
BarChartOutlined,
|
||||||
PictureOutlined,
|
PictureOutlined,
|
||||||
UploadOutlined,
|
UploadOutlined,
|
||||||
TargetOutlined,
|
LineChartOutlined,
|
||||||
AimOutlined,
|
AimOutlined,
|
||||||
} from '@ant-design/icons'
|
} from '@ant-design/icons'
|
||||||
import useAuthStore from '../../stores/authStore'
|
import useAuthStore from '../../stores/authStore'
|
||||||
@@ -145,7 +145,7 @@ function Dashboard() {
|
|||||||
value: targets.length || '--',
|
value: targets.length || '--',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <TargetOutlined style={{ color: '#7b5e9e', fontSize: 14 }} />,
|
icon: <LineChartOutlined style={{ color: '#7b5e9e', fontSize: 14 }} />,
|
||||||
bg: '#f3e5f5',
|
bg: '#f3e5f5',
|
||||||
label: '基础目标完成率',
|
label: '基础目标完成率',
|
||||||
value: completion.base,
|
value: completion.base,
|
||||||
|
|||||||
Reference in New Issue
Block a user