sticky.wxml 300 B

12345678910
  1. <wxs src="../common/utils.wxs" module="_" />
  2. <view
  3. class="{{classPrefix}} {{prefix}}-class"
  4. style="{{_._style(['z-index:' + zIndex, containerStyle, style, customStyle])}}"
  5. >
  6. <view class="{{classPrefix}}__content" style="z-index:{{ zIndex }};{{ contentStyle }}">
  7. <slot />
  8. </view>
  9. </view>