公告板
版本库
filestore
活动
搜索
登录
main
/
qyjz_applet
青阳经侦小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改提示
odc.xiaohui
2023-03-29
638deae4b5b115751e6607f5cdc3c8dee293e957
[qyjz_applet.git]
/
miniprogram
/
miniprogram_npm
/
@vant
/
weapp
/
col
/
index.wxml
1
2
3
4
5
6
7
8
9
<wxs src="../wxs/utils.wxs" module="utils" />
<wxs src="./index.wxs" module="computed" />
<view
class="custom-class {{ utils.bem('col', [span]) }} {{ offset ? 'van-col--offset-' + offset : '' }}"
style="{{ computed.rootStyle({ gutter }) }}"
>
<slot />
</view>