nantai-erp-wechat-mobile/miniprogram_npm/vant-weapp/col/index.wxml
2024-10-31 21:29:57 +08:00

9 lines
198 B
Plaintext

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