运维小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

sticky.wxml 333B

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