mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
cb7d213ab6
* styles: 分割线默认样式为实线 * 修改文档 --------- Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
1.1 KiB
Executable File
1.1 KiB
Executable File
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
Divider 分割线 | 0 | ⚙ 组件 | Divider 分割线 | 42 |
基本用法
{
"type": "divider"
}
不同样式
[
{
"type": "divider"
},
{
"type": "divider",
"lineStyle": "solid"
}
]
属性表
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
type | string |
"divider" 指定为 分割线 渲染器 |
|
className | string |
外层 Dom 的类名 | |
lineStyle | string |
solid |
分割线的样式,支持dashed 和solid |
direction | string |
horizontal |
分割线的方向,支持horizontal 和vertical |
color | string |
分割线的颜色 | |
rotate | number |
分割线的旋转角度 |