index.wxml 359 字节
<wxs src="../wxs/utils.wxs" module="utils" />

<view
  class="custom-class {{ utils.bem('divider', [{dashed, hairline}, contentPosition]) }}"
  style="{{ borderColor  ? 'border-color: ' + borderColor + ';' : '' }}{{ textColor ? 'color: ' + textColor + ';' : '' }} {{ fontSize ? 'font-size: ' + fontSize + 'px;' : '' }} {{ customStyle }}"
>
  <slot />
</view>