修改选择器模板文件

This commit is contained in:
Anyon 2020-11-21 15:07:02 +08:00
parent 55b6d3b5e3
commit 343904b06e
2 changed files with 1 additions and 17 deletions

View File

@ -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}

View File

@ -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();