9 lines
440 B
Plaintext
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>
|