import {Button, Card, Row, Col, Dropdown, Space, Typography, Flex, Statistic, Progress, Descriptions, Tag, Avatar} from "antd"; import {EllipsisOutlined, UserOutlined, TeamOutlined, ShoppingOutlined, RiseOutlined} from "@ant-design/icons"; const { Title } = Typography; const BaseLayout = () => { return (
{/* 页面头部 */}
页面标题 这是页面的描述信息,可以简要说明页面用途
}, { label: '批量操作', key: '2' }, { label: '更多设置', key: '3' }, ], }} >
{/* 数据统计卡片 */} } valueStyle={{ color: '#1677ff' }} />
+12.5% 较上周
} valueStyle={{ color: '#52c41a' }} />
+8.2% 较上周
} valueStyle={{ color: '#faad14' }} />
+5.3% 较上周
-2.1% 较上周
{/* 主内容区域 */} {/* 用户信息卡片 */} 用户信息概览} style={{ background: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)', color: '#fff', borderRadius: 8 }} styles={{ header: { color: '#fff', borderBottom: '1px solid rgba(255,255,255,0.2)' } }} > } /> 张三 / Zhang San 高级管理员 · 北京市朝阳区 · 在职 {/* 详细信息卡片 */} zhangsan 138****8888 zhangsan@example.com 技术部 高级工程师 2023-01-15 正常 管理员 {/* 进度统计卡片 */}
本周任务 75%
本月目标 60%
年度KPI 45%
{/* 底部操作按钮 */} 最后更新时间: 2026-01-01 10:30:00
); }; export default BaseLayout;