SmileZXLee / uni-z-tabs

【基于uni-app】一个简单轻量的tabs标签,全平台兼容,支持nvue、vue3
MIT License
18 stars 3 forks source link

app 有时下划线位置错乱 #3

Open wzhsh90 opened 1 year ago

wzhsh90 commented 1 year ago

app 有时下划线位置错乱

transtone commented 3 weeks ago

不知道是不是因为这个:https://github.com/SmileZXLee/uni-z-tabs/issues/7

因为这个位置错乱问题,搞的不敢用这个组件了。

在这里 https://github.com/SmileZXLee/uni-z-paging/blob/main/demo/z-paging-vue3-demo/pages/swiper-demo/swiper-demo.vue#L44 把 45、46 行换一下位置,好像就没问题了。

    // swiper滑动结束
    const swiperAnimationfinish = (e) => {
        tabs.value.unlockDx();
        current.value = e.detail.current;
    }