This commit is contained in:
Teng 2026-01-07 11:24:33 +08:00
parent bc254bcedd
commit cd4fbe2a74
1 changed files with 1 additions and 5 deletions

View File

@ -113,12 +113,8 @@
{{ item.name }} {{ item.name }}
</view> </view>
</view> </view>
</view>
<view style="height: 30rpx;">
</view> </view>
<view style="height: 30rpx;"></view>
</scroll-view> </scroll-view>
<image class="top-img" :src="`/static/index/newindex/rightmenu/bottom.png`" <image class="top-img" :src="`/static/index/newindex/rightmenu/bottom.png`"
@click="scrollTop > (55* rightMenu.length) ? scrollTop = (55* rightMenu.length) : scrollTop += 115 " /> @click="scrollTop > (55* rightMenu.length) ? scrollTop = (55* rightMenu.length) : scrollTop += 115 " />