You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.0 KiB
1 lines
1.0 KiB
<view class="tab-container data-v-4d630804"><view class="tab-box data-v-4d630804"><scroll-view class="scroll-view data-v-4d630804" id="_scroll" scroll-x="{{true}}" scroll-with-animation="{{true}}" scroll-left="{{scrollLeft}}"><view class="scroll-content data-v-4d630804"><view class="tab-item-box data-v-4d630804"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block class="data-v-4d630804"><view class="{{['tab-item','data-v-4d630804',(activeIndex===index)?'tab-item-active':'']}}" style="{{'color:'+(activeIndex===index?defaultConfig.activeTextColor:defaultConfig.textColor)+';'}}" id="{{'_tab_'+index}}" data-event-opts="{{[['tap',[['tabClick',[index]]]]]}}" bindtap="__e">{{item.label||item}}</view></block></block></view><view class="underLine data-v-4d630804" style="{{'transform:'+('translateX('+slider.left+'px)')+';'+('width:'+(defaultConfig.underLineWidth+'px')+';')+('height:'+(defaultConfig.underLineHeight+'px')+';')+('background-color:'+(defaultConfig.underLineColor)+';')}}"></view></view></scroll-view></view></view>
|