chore: 没有更多数据了

This commit is contained in:
dap 2024-12-19 11:51:00 +08:00
parent 2b19cea0d8
commit b1a6c0f880

View File

@ -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"