6 lines
337 B
XML
6 lines
337 B
XML
<swiper-item a:if="{{style}}" style="{{style}}" class="am-tabs-pane-wrap" key="tabs-pane-{{key}}">
|
|
<slot></slot>
|
|
</swiper-item>
|
|
<view a:else style="{{tabId !== '' && activeTab !== '' ? tabId === activeTab?'':'height: 0px;' : ''}}" class="am-tabs-pane-wrap am-tabs-pane-wrap-swiper-item" key="tabs-pane-{{key}}">
|
|
<slot></slot>
|
|
</view> |