index.axml 321 B

12345678
  1. <view class='col-index {{className}}' style='{{style}}' ref='saveChildRef0'>
  2. <import-sjs from='../wxs/utils.sjs' name='utils'>
  3. </import-sjs>
  4. <view class="{{customClass}} {{ utils.bem('col', [span]) }} {{ offset ? 'van-col--offset-' + offset : '' }}" style='{{ viewStyle }}'>
  5. <slot>
  6. </slot>
  7. </view>
  8. </view>