WechatOwnerService/node_modules/vant-weapp/lib/col/index.wxml
2021-06-06 23:15:16 +08:00

9 lines
198 B
Plaintext
Executable File

<wxs src="../wxs/utils.wxs" module="utils" />
<view
class="custom-class {{ utils.bem('col', [span]) }} {{ offset ? 'van-col--offset-' + offset : '' }}"
style="{{ style }}"
>
<slot />
</view>