fix(tab): fix tab height

This commit is contained in:
johnsonwong666 2023-04-24 16:21:48 +08:00
parent a1a1af37f1
commit 9e6832bf85

View File

@ -9,7 +9,7 @@
container="{{ container }}"
bind:scroll="onTouchScroll"
>
<view class="{{ utils.bem('tabs__wrap', { scrollable }) }} {{ type === 'line' && border ? 'van-hairline--top-bottom' : '' }} {{ utils.bem('tabs--' + type) }} wrap-class">
<view class="{{ utils.bem('tabs__wrap', { scrollable }) }} {{ type === 'line' && border ? 'van-hairline--top-bottom' : '' }} {{ 'van-tabs--' + type }} wrap-class">
<slot name="nav-left" />
<scroll-view