index.wxml 278 B

123456789
  1. <wxs module="utils" src="../wxs/utils.wxs"/>
  2. <wxs module="computed" src="./index.wxs"/>
  3. <view
  4. class="custom-class {{ utils.bem('col', [span]) }} {{ offset ? 'van-col--offset-' + offset : '' }}"
  5. style="{{ computed.rootStyle({ gutter }) }}"
  6. >
  7. <slot/>
  8. </view>