2019-09-06 14:18:16 +08:00

6 lines
179 B
Plaintext

<view class="custom-class van-sticky" style="z-index: {{ zIndex }}; {{ containerStyle }}">
<view class="van-sticky-wrap" style="{{ wrapStyle }}">
<slot />
</view>
</view>