This commit is contained in:
xman 2025-04-01 18:20:23 +08:00
parent ee367f5a76
commit fb650c85cb

View File

@ -40,7 +40,7 @@
{notempty name='records'} {notempty name='records'}
<div class="col-xs-12 col-sm-6"> <div class="col-xs-12 col-sm-6">
<table> <table class="table table-hover">
<thead> <thead>
<tr> <tr>
<th>ID</th> <th>ID</th>
@ -53,7 +53,6 @@
<tbody> <tbody>
{volist name="records" id="item"} {volist name="records" id="item"}
{$item.name} - {$item.age}
<tr> <tr>
<td>{$item.id}</td> <td>{$item.id}</td>
<td>{$item.remark}</td> <td>{$item.remark}</td>