修改模板文件

This commit is contained in:
Anyon 2020-09-19 11:52:37 +08:00
parent 83d05561d4
commit febc23f386
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
{/notempty} {/notempty}
<tbody> <tbody>
{foreach $list as $key=>$vo} {foreach $list as $key=>$vo}
<tr data-dbclick> <tr>
<td class='list-table-check-td think-checkbox'> <td class='list-table-check-td think-checkbox'>
<label><input class="list-check-box" value='{$vo.id}' type='checkbox'/></label> <label><input class="list-check-box" value='{$vo.id}' type='checkbox'/></label>
</td> </td>

View File

@ -10,7 +10,7 @@
{/block} {/block}
{block name='content'} {block name='content'}
<div class="think-box-shadow inline-block"> <div class="think-box-shadow table-block">
<p class=" margin-bottom-15"> <p class=" margin-bottom-15">
演示接口文档:<a target="_blank" href="http://www.docway.net/project/1WkI0ZyQ7M1/share/1Wld0z7b1zE">http://www.docway.net/project/1WkI0ZyQ7M1/share/1Wld0z7b1zE</a> 演示接口文档:<a target="_blank" href="http://www.docway.net/project/1WkI0ZyQ7M1/share/1Wld0z7b1zE">http://www.docway.net/project/1WkI0ZyQ7M1/share/1Wld0z7b1zE</a>
</p> </p>

View File

@ -10,7 +10,7 @@
{block name="content"} {block name="content"}
<div class="layui-tab layui-tab-card think-bg-white"> <div class="layui-tab layui-tab-card think-bg-white">
<div class="layui-tab-content think-box-shadow table-block"> <div class="layui-tab-content think-box-shadow table-block">
{include file='shop_truck_company/index_search'} {include file='shop_truck_template/index_search'}
<table class="layui-table" lay-skin="line"> <table class="layui-table" lay-skin="line">
{notempty name='list'} {notempty name='list'}
<thead> <thead>