区隔内容的分割线,该组件用于将内容分割成多个区域
import "../../components/lanyun-divider/lanyun-divider.stml";
<lanyun-divider border-color="#06f" border-width="8px" content-position="center">
<text>分割线</text>
</lanyun-divider>
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
content-position | 内容所在的位置,选填,可选值为 left right center | string | center |
border-width | 边框宽度,选填 | string | 1px |
border-color | 边框颜色,选填 | string | #D1D5DB |