penambahan child po item

This commit is contained in:
Aji Setiaji
2025-07-08 17:36:04 +14:00
parent 0836d9457e
commit 34a72c7f71
4 changed files with 1027 additions and 2 deletions

View File

@@ -1270,7 +1270,7 @@
</div>
<div class="space-x-2">
<button
class="px-3 py-1 rounded border border-gray-300 bg-white hover:bg-gray-100 disabled:opacity-50"
class="px-2 py-1 border rounded disabled:opacity-50"
on:click={() => goToPage(currentPage - 1)}
disabled={currentPage === 1}
>
@@ -1290,7 +1290,7 @@
</button>
{/each}
<button
class="px-3 py-1 rounded border border-gray-300 bg-white hover:bg-gray-100 disabled:opacity-50"
class="px-2 py-1 border rounded disabled:opacity-50"
on:click={() => goToPage(currentPage + 1)}
disabled={currentPage === totalPages}
>