Initialize Fonrey Django multi-tenant project skeleton
Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
This commit is contained in:
4
templates/components/pagination.html
Normal file
4
templates/components/pagination.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="flex items-center justify-between" hx-get="?page=2" hx-trigger="click from:#next-page" hx-target="#table-wrap" hx-swap="outerHTML">
|
||||
<p class="text-sm text-neutral-600">第 1 页,共 1 页</p>
|
||||
<button id="next-page" type="button" class="px-3 py-1.5 rounded border border-neutral-300">下一页</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user