fix tab fixed bug

This commit is contained in:
Nino 2016-12-22 17:07:31 +08:00
parent eb89c6fbc8
commit 9c435055fc

2
dist/tab/index.wxml vendored
View File

@ -6,7 +6,7 @@
</scroll-view>
</block>
<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>
</view>
</block>