Skip to content

Latest commit

 

History

History
66 lines (35 loc) · 1.06 KB

example-result.md

File metadata and controls

66 lines (35 loc) · 1.06 KB

ant design pro 例子 - 结果

目录

成功页

使用的标准控件
1:Button 按钮
2:Row, Col,行列控件
3:Icon, 图标控件
4:Steps, 进度条控件
5:Card 卡片控件

使用的pro控件
1:Result  结果页控件
2:PageHeaderWrapper 导航条控件

使用了多语言
import { formatMessage, FormattedMessage } from 'umi/locale';
formatMessage 是函数  FormattedMessage 是标签
例如:title={formatMessage({ id: 'app.result.success.title' })}
例如:<FormattedMessage id="app.result.success.step1-operator" defaultMessage="Qu Lili" />

alt

错误页

使用的标准控件
1:Button 按钮
2:Icon, 图标控件
3:Steps, 进度条控件
4:Card 卡片控件

使用的pro控件
1:Result  结果页控件
2:PageHeaderWrapper 导航条控件


alt