駐輪場検索画面レイアウト調整 #22

Merged
y.higashide merged 1 commits from main_higashide into main 2025-09-18 14:13:49 +09:00
Showing only changes of commit 62e0fe7f5c - Show all commits

View File

@ -51,6 +51,7 @@
</div>
</div>
</form>
<div style="overflow-x: auto; width: 100%;">
<table id="searchTable" class="tablesorter table table-striped">
<thead>
<tr>
@ -144,7 +145,7 @@
@endforelse
</tbody>
</table>
</div>
@php
$totalPages = ceil($parks_table_total / $parks_table_perPage);
$currentPage = $parks_table_page;