fixed下划线
This commit is contained in:
parent
6e2f78c7e3
commit
d10b978d08
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user