fixed下划线

This commit is contained in:
abu 2025-06-11 17:04:25 +08:00
parent 6e2f78c7e3
commit d10b978d08

View File

@ -74,6 +74,15 @@
</text>
</view>
</view>
<view class="scroll-view-indicator">
<view
ref="underline"
class="scroll-view-underline"
:class="isTap ? 'scroll-view-animation' : ''"
:style="{ left: indicatorLineLeft + 'px', width: indicatorLineWidth + 'px' }"
></view>
</view>
<!-- 二级 tab -->
<view
v-if="handleIsnoEvent && tabList[tabIndex] && tabList[tabIndex].child"
@ -93,14 +102,6 @@
</text>
</view>
</view>
<view class="scroll-view-indicator">
<view
ref="underline"
class="scroll-view-underline"
:class="isTap ? 'scroll-view-animation' : ''"
:style="{ left: indicatorLineLeft + 'px', width: indicatorLineWidth + 'px' }"
></view>
</view>
</view>
</scroll-view>
</view>