初始化 antd-pro
This commit is contained in:
18
admin-web/src/components/Result/index.md
Normal file
18
admin-web/src/components/Result/index.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Result
|
||||
subtitle: 处理结果
|
||||
cols: 1
|
||||
order: 12
|
||||
---
|
||||
|
||||
结果页用于对用户进行的一系列任务处理结果进行反馈。
|
||||
|
||||
## API
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|----------|------------------------------------------|-------------|-------|
|
||||
| type | 类型,不同类型自带对应的图标 | Enum {'success', 'error'} | - |
|
||||
| title | 标题 | ReactNode | - |
|
||||
| description | 结果描述 | ReactNode | - |
|
||||
| extra | 补充信息,有默认的灰色背景 | ReactNode | - |
|
||||
| actions | 操作建议,推荐放置跳转链接,按钮组等 | ReactNode | - |
|
||||
Reference in New Issue
Block a user