分割线

介绍
划分内容区域,对模块做分隔。
API
Props
参数名 | 描述 | 类型 | 默认值 |
---|---|---|---|
status | 默认状态 | 'default'|'hide' | 'default' |
direction | 方向 | 'horizontal'|'vertical' | 'horizontal' |
textMargin | 两侧间距 | string | - |
showText | 显示文字 | boolean | false |
value | 文字内容 | string | - |
textAlign | 文字位置 | 'left'|'center'|'right' | 'center' |
textStyle | 文字样式 | 'default'|'h1'|'h2' | 'default' |
baseStyle | 自定义样式 , 表格整体自定义样式 | string | - |
customClass | 类名绑定 , 绑定类的名称 | string | - |
uniqueKey | 唯一标识 , 组件的唯一标识 | string | - |
type | 线类型 | 'solid'|'dashed'|'dotted'|'double' | 'solid' |
size | 线粗 | string | - |