jhwxapp/miniprogram/miniprogram_npm/@vant/weapp/grid/index.wxml

4 lines
131 B
Plaintext
Raw Normal View History

2023-08-10 01:21:29 +08:00
<view class="van-grid custom-class {{ border && !gutter ? 'van-hairline--top' : '' }}" style="{{ viewStyle }}">
<slot />
</view>