🎨客户端页码,如果不足一页不展示
This commit is contained in:
parent
89c89a28ee
commit
e8e174d075
@ -125,7 +125,7 @@
|
|||||||
</n-card>
|
</n-card>
|
||||||
</div>
|
</div>
|
||||||
<div mt-10 mb-20 min-h-45 flex items-center justify-between px-15>
|
<div mt-10 mb-20 min-h-45 flex items-center justify-between px-15>
|
||||||
<n-card style="margin-left: 1.65%; width: 97.25%">
|
<n-card v-if="listData.total > 8" style="margin-left: 1.65%; width: 97.25%">
|
||||||
<n-pagination
|
<n-pagination
|
||||||
:item-count="listData.total"
|
:item-count="listData.total"
|
||||||
v-model:page="search.page"
|
v-model:page="search.page"
|
||||||
|
Loading…
Reference in New Issue
Block a user