docs(result): fix markdown syntax issue (#5469)

pull/5477/head
bqy_fe 2022-04-09 22:17:18 +08:00 committed by GitHub
parent b4b2732133
commit eb29738cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -15,8 +15,8 @@ Use when important operations need to inform the user to process the results and
| Property | Description | Type | Default | | | | | | | | Property | Description | Type | Default | | | | | | |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| extra | operating area | #extra | - | | | | | | | | extra | operating area | slot | - | | | | | | |
| icon | custom back icon | #icon | - | | | | | | | | icon | custom back icon | slot | - | | | | | | |
| status | result status,decide icons and colors | \`'success' | 'error' | 'info' | 'warning' | '404' | '403' | '500'\` | 'info' | | status | result status,decide icons and colors | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | 'info' |
| subTitle | subTitle string | string \| VNode \| #subTitle | - | | | | | | | | subTitle | subTitle string | string \| VNode \| slot | - | | | | | | |
| title | title string | string \| VNode \| #title | - | | | | | | | | title | title string | string \| VNode \| slot | - | | | | | | |

View File

@ -16,8 +16,8 @@ cover: https://gw.alipayobjects.com/zos/alicdn/9nepwjaLa/Result.svg
| 参数 | 说明 | 类型 | 默认值 | | | | | | | | 参数 | 说明 | 类型 | 默认值 | | | | | | |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| extra | 操作区 | #extra | - | | | | | | | | extra | 操作区 | slot | - | | | | | | |
| icon | 自定义 icon | #icon | - | | | | | | | | icon | 自定义 icon | slot | - | | | | | | |
| status | 结果的状态,决定图标和颜色 | \`'success' | 'error' | 'info' | 'warning' | '404' | '403' | '500'\` | 'info' | | status | 结果的状态,决定图标和颜色 | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | 'info' |
| subTitle | subTitle 文字 | string \| VNode \| #subTitle | - | | | | | | | | subTitle | subTitle 文字 | string \| VNode \| slot | - | | | | | | |
| title | title 文字 | string \| VNode \| #title | - | | | | | | | | title | title 文字 | string \| VNode \| slot | - | | | | | | |