Files
ClassContent/项目合集/校园失物招领/min-tpl/miniprogram_npm/@vant/weapp/grid/index.wxml
2024-09-27 02:06:13 +08:00

9 lines
202 B
Plaintext

<wxs src="./index.wxs" module="computed" />
<view
class="van-grid custom-class {{ border && !gutter ? 'van-hairline--top' : '' }}"
style="{{ computed.rootStyle({ gutter }) }}"
>
<slot />
</view>