翻页放到footer里面

master
OathK1per 2022-11-28 21:09:14 +08:00
parent 183112f5fb
commit c1c791c4e0
1 changed files with 13 additions and 14 deletions

View File

@ -581,6 +581,11 @@
</tbody>
</table>
</div>
</div>
</div>
<footer class="admin-content-footer">
<div class="am-cf">
<!-- 分页 -->
<#if (pager.list)?exists && (pager.list?size>0) >
@ -594,12 +599,6 @@
</#if>
</div>
</div>
</div>
<footer class="admin-content-footer">
<hr>
</footer>
</div>
</@defaultLayout.layout>