公告板
版本库
filestore
活动
搜索
登录
main
/
qyjz_applet
青阳经侦小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改提示
odc.xiaohui
2023-03-06
545b71d98954f7b319d38e24c26fee28ab7087cf
[qyjz_applet.git]
/
miniprogram
/
miniprogram_npm
/
@vant
/
weapp
/
sticky
/
index.wxml
1
2
3
4
5
6
7
8
<wxs src="../wxs/utils.wxs" module="utils" />
<wxs src="./index.wxs" module="computed" />
<view class="custom-class van-sticky" style="{{ computed.containerStyle({ fixed, height, zIndex }) }}">
<view class="{{ utils.bem('sticky-wrap', { fixed }) }}" style="{{ computed.wrapStyle({ fixed, offsetTop, transform, zIndex }) }}">
<slot />
</view>
</view>