改进 分页

This commit is contained in:
iVampireSP.com 2023-01-19 22:24:31 +08:00
parent f5dc46d4ed
commit 37f90b8de9
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -101,7 +101,7 @@
</li>
<li class="page-item @if ($clients['meta']['limit'] !== count($clients['data'])) disabled @endif">
<li class="page-item @if ($clients['meta']['count'] == $clients['meta']['limit'] * count($clients['data'])) disabled @endif">
<a class="page-link" href="?page={{ $clients['meta']['page'] + 1}}" rel="next"
aria-label="下一页 &raquo;">下一页</a>
</li>