fixed下划线
This commit is contained in:
parent
6e2f78c7e3
commit
d10b978d08
@ -74,6 +74,15 @@
|
|||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</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 -->
|
<!-- 二级 tab -->
|
||||||
<view
|
<view
|
||||||
v-if="handleIsnoEvent && tabList[tabIndex] && tabList[tabIndex].child"
|
v-if="handleIsnoEvent && tabList[tabIndex] && tabList[tabIndex].child"
|
||||||
@ -93,14 +102,6 @@
|
|||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</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>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user