fix: 修复文档组件中链接404 (#3469)

Co-authored-by: yuehq <yuehq@helianhealth.com>
This commit is contained in:
fairy 2022-01-21 14:40:52 +08:00 committed by GitHub
parent 9e7c211313
commit d50089b7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -323,7 +323,7 @@ icon 也可以是 url 地址,比如
| -------- | ---------------------------------------------------------------------------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| api | [Api](../../docs/types/api) | - | 请求地址,参考 [api](../../docs/types/api) 格式说明。 |
| redirect | [模板字符串](../../docs/concepts/template#%E6%A8%A1%E6%9D%BF%E5%AD%97%E7%AC%A6%E4%B8%B2) | - | 指定当前请求结束后跳转的路径,可用 `${xxx}` 取值。 |
| feedback | `DialogObject` | - | 如果 ajax 类型的,当 ajax 返回正常后,还能接着弹出一个 dialog 做其他交互。返回的数据可用于这个 dialog 中。格式可参考[Dialog](./Dialog.md) |
| feedback | `DialogObject` | - | 如果 ajax 类型的,当 ajax 返回正常后,还能接着弹出一个 dialog 做其他交互。返回的数据可用于这个 dialog 中。格式可参考[Dialog](./Dialog) |
| messages | `object` | - | `success`ajax 操作成功后提示,可以不指定,不指定时以 api 返回为准。`failed`ajax 操作失败提示。 |
## 下载请求

View File

@ -137,7 +137,7 @@ itemSchema: {
- `titleClassName` 图片标题类名
- `description` 图片描述
- `descriptionClassName` 图片描述类名
- `html` HTML 自定义,同[Tpl](./Tpl.md)一致
- `html` HTML 自定义,同[Tpl](./Tpl)一致
- `itemSchema` 自定义`schema`来展示数据
- `auto` 是否自动轮播,默认`true`
- `interval` 切换动画间隔,默认`5s`

View File

@ -83,7 +83,7 @@ order: 73
| 属性名 | 类型 | 默认值 | 说明 |
| ----------------- | ---------------------------------------- | ------ | --------------------------------------------------------------------------------------------- |
| title | `string` | | 步骤标题 |
| mode | `string` | | 展示默认,跟 [Form](./Form/Form.md) 中的模式一样,选择: `normal`、`horizontal`或者`inline`。 |
| mode | `string` | | 展示默认,跟 [Form](./Form/Form) 中的模式一样,选择: `normal`、`horizontal`或者`inline`。 |
| horizontal | `Object` | | 当为水平模式时,用来控制左右占比 |
| horizontal.label | `number` | | 左边 label 的宽度占比 |
| horizontal.right | `number` | | 右边控制器的宽度占比。 |