Files
quinn-wx/components/sticky/sticky.wxml
2022-11-11 21:51:57 +08:00

6 lines
219 B
Plaintext

<view class="{{classPrefix}} {{prefix}}-class" style="z-index:{{ zIndex }};{{ containerStyle }}">
<view class="{{classPrefix}}__content" style="z-index:{{ zIndex }};{{ contentStyle }}">
<slot />
</view>
</view>