锚链接

This commit is contained in:
2024-07-01 13:49:42 +08:00
parent f1212a42d7
commit a174c3e4d5
172 changed files with 11881 additions and 8893 deletions

View File

@@ -1,10 +1,10 @@
<template>
<view style="width: 100%; height: 100%">
<view style="width: 100%; height: 100%;">
<scroll-view
@scrolltolower="lower"
scroll-y="true"
class="scroll-Y"
v-if="dataList.length > 0"
v-if="dataList&&dataList.length > 0"
style="height: 100%"
>
<view
@@ -50,7 +50,7 @@
:icon="`http://cdn.uviewui.com/uview/empty/${noDataIcon}.png`"
>
</u-empty>
<u-divider v-else text="暂无数据哦~"></u-divider>
<u-divider style="width: 100%;" v-else text="暂无数据哦~"></u-divider>
</view>
</template>