Skip to content

Commit

Permalink
优化视图显示
Browse files Browse the repository at this point in the history
  • Loading branch information
kaindev8 committed Feb 5, 2023
1 parent abe18e9 commit 861d94e
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions view/user/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,28 +103,19 @@ <h3 class="block-title">
</div>
</div>
</div>

<div class="block block-rounded">
<div class="block-header block-header-default">
<h3 class="block-title">
<i class="fa fa-server me-1 text-muted"></i>服务器信息
</h3>
</div>
<div class="block-content">
<table class="table table-hover table-vcenter">
<tbody>
<div class="col-xl-12">
<div class="block block-rounded">
<div class="block-header block-header-default">
<i class="fa fa-server me-1 text-muted"></i>
<h3 class="block-title">服务器信息</h3>
</div>
<div class="block-content row text-muted">
{volist name="info" id="v"}
<tr>
<td class="text-center">{$key}</td>
<td class="d-none d-sm-table-cell">
<span class="badge bg-info">{$v}</span>
</td>
</tr>
<span class="col-sm-12 mb-3">{$key}:&nbsp;&nbsp;&nbsp; <span class="badge bg-info">{$v}</span></span>
{/volist}
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>


Expand Down

0 comments on commit 861d94e

Please sign in to comment.