改进 用户页面
This commit is contained in:
parent
19f44bd245
commit
03ab06e81b
@ -20,11 +20,12 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|
||||||
<p>余额: {{ $user->balance }} 元</p>
|
<br />
|
||||||
|
<span>余额: {{ $user->balance }} 元</span> <br />
|
||||||
|
|
||||||
<p>注册时间: {{ $user->created_at }}</p>
|
<span>注册时间: {{ $user->created_at }}</span> <br />
|
||||||
|
|
||||||
<p>邮箱: {{ $user->email }}</p>
|
<span>邮箱: {{ $user->email }}</span> <br />
|
||||||
|
|
||||||
|
|
||||||
@if ($user->birthday_at)
|
@if ($user->birthday_at)
|
||||||
@ -37,7 +38,7 @@
|
|||||||
|
|
||||||
|
|
||||||
{{-- hosts --}}
|
{{-- hosts --}}
|
||||||
<h3>主机列表</h3>
|
<h3 class="mt-3">主机列表</h3>
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user