sticky.wxml 219 B

12345
  1. <view class="{{classPrefix}} {{prefix}}-class" style="z-index:{{ zIndex }};{{ containerStyle }}">
  2. <view class="{{classPrefix}}__content" style="z-index:{{ zIndex }};{{ contentStyle }}">
  3. <slot />
  4. </view>
  5. </view>