Skip to content

Commit

Permalink
docs: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LaamGinghong committed Dec 27, 2020
1 parent cd106d2 commit 5af825d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/components/divider/docs/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ cover:

### `ix-divider`

| 属性 | 说明 | 类型 | 全局配置 | 备注 |
| --- | :-- | --- | :-- | --- |
| `dashed` | 是否虚线 | boolean | false | - |
| `plain` | 文字是否显示为普通正文样式 | boolean |false| - |
| `position` | 文字显示位置 | `left`|`center`|`right`\|string |`center`| 除了三种默认位置以外,还可以传入一个字符串设置文字距离分割线最左端位置。 |
| `type` | 水平分割线还是垂直分割线 | `horizontal`|`vertical` |`horizontal`| - |
| `text` | 分割线显示文字 | `slot` |-| - |
| 属性 | 说明 | 类型 | 全局配置 | 默认值 | 备注 |
| --- | :-- | --- | :-- | --- | --- |
| `dashed` | 是否虚线 | boolean | false | - | - |
| `plain` | 文字是否显示为普通正文样式 | boolean |false| - | - |
| `position` | 文字显示位置 | `left`|`center`|`right` |`center`| - |-|
| `type` | 水平分割线还是垂直分割线 | `horizontal`|`vertical` | - |`horizontal`|
| `text` | 分割线显示文字 | `slot` |-| - | - |

0 comments on commit 5af825d

Please sign in to comment.