width: `${(100 / swiperData.length).toFixed(2)}%`, transform: `translateX(${100 * currentSwiperIndex}%)`, }" />9 changes: 9 additions & 0 deletions 9 components/tabs/src/composables/tabs-item-custom.ts Original file line numberDiff line numberDiff line change @@ -23,6 +23,9 ...
swiper.vue switch/src switch.ts tabbar/src composables tabbar-item-custom.ts use-tabbar-item.ts tabbar-item.ts tabbar-item.vue tabbar.ts tabs/src composables tabs-item-custom.ts use-tabs.ts tabs-item.ts tabs.ts tag/src tag.ts tag.vue global.d.ts hooks/u...
swiper.scss tabs-item.scss 107 changes: 107 additions & 0 deletions 107 CHANGELOG.md Original file line numberDiff line numberDiff line change @@ -1156,3 +1156,110 @@ _2023-07-26_ - 修复`TnTabbar`在元素少于5个时凸起按钮无法正常显示的问题 - 修复`TnDateTimePicker`和`TnRegionPick...