mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(tab): fix tab height
This commit is contained in:
parent
a1a1af37f1
commit
9e6832bf85
@ -9,7 +9,7 @@
|
|||||||
container="{{ container }}"
|
container="{{ container }}"
|
||||||
bind:scroll="onTouchScroll"
|
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" />
|
<slot name="nav-left" />
|
||||||
|
|
||||||
<scroll-view
|
<scroll-view
|
||||||
|
Loading…
x
Reference in New Issue
Block a user