mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-03 20:47:56 +08:00
868 B
868 B
category | type | title | subtitle | cover |
---|---|---|---|---|
Components | 布局 | Divider | 分割线 | https://gw.alipayobjects.com/zos/alicdn/5swjECahe/Divider.svg |
区隔内容的分割线。
何时使用
- 对不同章节的文本段落进行分割。
- 对行内文字/链接进行分割,例如表格的操作列。
API
参数 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
dashed | 是否虚线 | boolean | false | |
orientation | 分割线标题的位置 | left | right | center |
center |
|
orientationMargin | 标题和最近 left/right 边框之间的距离,去除了分割线,同时 orientation 必须为 left 或 right |
string | number | - | 3.0 |
plain | 文字是否显示为普通正文样式 | boolean | false | 2.2.0 |
type | 水平还是垂直类型 | horizontal | vertical |
horizontal |