翻页放到footer里面
parent
183112f5fb
commit
c1c791c4e0
|
@ -581,6 +581,11 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="admin-content-footer">
|
||||||
<div class="am-cf">
|
<div class="am-cf">
|
||||||
<!-- 分页 -->
|
<!-- 分页 -->
|
||||||
<#if (pager.list)?exists && (pager.list?size>0) >
|
<#if (pager.list)?exists && (pager.list?size>0) >
|
||||||
|
@ -594,12 +599,6 @@
|
||||||
</#if>
|
</#if>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="admin-content-footer">
|
|
||||||
<hr>
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</@defaultLayout.layout>
|
</@defaultLayout.layout>
|
||||||
|
|
Loading…
Reference in New Issue