mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-09 15:09:45 +08:00
修改选择器模板文件
This commit is contained in:
parent
55b6d3b5e3
commit
343904b06e
@ -25,7 +25,6 @@
|
|||||||
{/foreach}
|
{/foreach}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="padding-10"></div>
|
|
||||||
{empty name='list'}<span class="notdata">没有记录哦</span>{else}{$pagehtml|raw|default=''}{/empty}
|
{empty name='list'}<span class="notdata">没有记录哦</span>{else}{$pagehtml|raw|default=''}{/empty}
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{extend name="../../admin/view/full"}
|
{extend name="../../admin/view/full"}
|
||||||
|
|
||||||
{block name="content"}
|
{block name="content"}
|
||||||
<div class="padding-25">
|
<div class="iframe-pagination">
|
||||||
{include file='shop_goods/index_search'}
|
{include file='shop_goods/index_search'}
|
||||||
<table class="layui-table margin-top-10" lay-skin="line">
|
<table class="layui-table margin-top-10" lay-skin="line">
|
||||||
{notempty name='list'}
|
{notempty name='list'}
|
||||||
@ -39,25 +39,10 @@
|
|||||||
{/foreach}
|
{/foreach}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="padding-10"></div>
|
|
||||||
{empty name='list'}<span class="notdata">没有记录哦</span>{else}{$pagehtml|raw|default=''}{/empty}
|
{empty name='list'}<span class="notdata">没有记录哦</span>{else}{$pagehtml|raw|default=''}{/empty}
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name='style'}
|
|
||||||
<style>
|
|
||||||
.pagination-container {
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
padding: 5px 20px;
|
|
||||||
position: fixed;
|
|
||||||
background: #fff;
|
|
||||||
border-top: 1px solid #dedede;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{/block}
|
|
||||||
|
|
||||||
{block name='script'}
|
{block name='script'}
|
||||||
<script>
|
<script>
|
||||||
layui.form.render();
|
layui.form.render();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user