index.wxml 276 B

1234567
  1. <wxs src="./index.wxs" module="computed" />
  2. <view class="weui-sticky" style="{{computed.containerStyle({fixed, height, zIndex})}}">
  3. <view class="{{fixed ? 'weui-sticky__fixed' : ''}}" style="{{computed.wrapStyle({fixed, offsetTop})}}">
  4. <slot ></slot>
  5. </view>
  6. </view>