Merge pull request '駐輪場検索画面レイアウト調整' (#22) from main_higashide into main
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 22s
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 22s
Reviewed-on: #22
This commit is contained in:
commit
ada3971259
@ -51,6 +51,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
<div style="overflow-x: auto; width: 100%;">
|
||||||
<table id="searchTable" class="tablesorter table table-striped">
|
<table id="searchTable" class="tablesorter table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -144,7 +145,7 @@
|
|||||||
@endforelse
|
@endforelse
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
@php
|
@php
|
||||||
$totalPages = ceil($parks_table_total / $parks_table_perPage);
|
$totalPages = ceil($parks_table_total / $parks_table_perPage);
|
||||||
$currentPage = $parks_table_page;
|
$currentPage = $parks_table_page;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user