Update index.html

This commit is contained in:
Anyon 2020-09-19 18:45:42 +08:00
parent 4d38916456
commit 64968b0509

View File

@ -17,7 +17,7 @@
<thead> <thead>
<tr> <tr>
<th class='list-table-check-td think-checkbox'> <th class='list-table-check-td think-checkbox'>
<input data-auto-none data-check-target='.list-check-box' type='checkbox'> <label><input data-auto-none data-check-target='.list-check-box' type='checkbox'></label>
</th> </th>
<th class='text-left nowrap'>操作权限</th> <th class='text-left nowrap'>操作权限</th>
<th class='text-left nowrap'>操作行为</th> <th class='text-left nowrap'>操作行为</th>
@ -30,11 +30,11 @@
{foreach $list as $key=>$vo} {foreach $list as $key=>$vo}
<tr data-dbclick> <tr data-dbclick>
<td class='list-table-check-td think-checkbox'> <td class='list-table-check-td think-checkbox'>
<input class="list-check-box" value='{$vo.id}' type='checkbox'> <label><input class="list-check-box" value='{$vo.id}' type='checkbox'></label>
</td> </td>
<td class="text-left nowrap"> <td class="text-left nowrap">
<span class="font-w7">{$vo.username|default='-'}</span><br> 操作账号:<span class="font-w7">{$vo.username|default='-'}</span><br>
<span class="color-desc">{$vo.node|default='-'}</span> 操作节点:<span class="color-desc">{$vo.node|default='-'}</span>
</td> </td>
<td class='text-left nowrap'> <td class='text-left nowrap'>
<p class="color-text layui-elip" style="max-width:400px">{$vo.action|default='-'}</p> <p class="color-text layui-elip" style="max-width:400px">{$vo.action|default='-'}</p>