2021-01-12 18:04:14 +08:00

9 lines
440 B
Plaintext

<!---------- wxs start ----------->
<wxs module="utils" src="../wxs/utils.wxs"></wxs>
<!---------- wxs end ----------->
<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></slot>
</view>