index.wxml 229 B

1234567
  1. <wxs src="../wxs/utils.wxs" module="utils" />
  2. <view class="custom-class van-sticky" style="{{ containerStyle }}">
  3. <view class="{{ utils.bem('sticky-wrap', { fixed }) }}" style="{{ wrapStyle }}">
  4. <slot />
  5. </view>
  6. </view>