chore: 没有更多数据了
This commit is contained in:
parent
2b19cea0d8
commit
b1a6c0f880
@ -236,6 +236,12 @@ function handleFinish(userList: User[]) {
|
||||
/>
|
||||
</template>
|
||||
<Empty v-else :image="emptyImage" />
|
||||
<div
|
||||
v-if="isLoadComplete"
|
||||
class="flex items-center justify-center text-[14px] opacity-50"
|
||||
>
|
||||
没有更多数据了
|
||||
</div>
|
||||
<!-- 遮罩loading层 -->
|
||||
<div
|
||||
v-if="loading"
|
||||
|
Loading…
Reference in New Issue
Block a user