import React from 'react'; import { Card, Row, Col, Typography, Statistic, Space } from 'antd'; import { UserOutlined, BellOutlined, EyeOutlined } from '@ant-design/icons'; const { Title } = Typography; // 仪表盘页面 export const DashboardPage = () => { return (
仪表盘
活跃用户
↑} suffix="人" />
较昨日增长 12.5%
系统消息
●} suffix="条" />
其中 5 条未读
在线用户
当前在线率 32.1%
); };