mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix tab fixed bug
This commit is contained in:
parent
eb89c6fbc8
commit
9c435055fc
2
dist/tab/index.wxml
vendored
2
dist/tab/index.wxml
vendored
@ -6,7 +6,7 @@
|
|||||||
</scroll-view>
|
</scroll-view>
|
||||||
</block>
|
</block>
|
||||||
<block wx:else>
|
<block wx:else>
|
||||||
<view class="zui-tab__bd">
|
<view class="zui-tab__bd {{fixed ? 'zui-tab__bd--fixed' : ''}}">
|
||||||
<template is="zui-tab-list" data="{{ tab, componentId }}"></template>
|
<template is="zui-tab-list" data="{{ tab, componentId }}"></template>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user