deguodaigou/utils/dist/sticky/index.wxml

8 lines
236 B
Plaintext
Raw Normal View History

2019-12-23 14:13:27 +08:00
<wxs src="../wxs/utils.wxs" module="utils" />
<view class="custom-class van-sticky" style="{{ containerStyle }}">
<view class="{{ utils.bem('sticky-wrap', { fixed }) }}" style="{{ wrapStyle }}">
<slot />
</view>
</view>