改进 用户页面

This commit is contained in:
iVampireSP.com 2023-02-02 02:01:08 +08:00
parent 19f44bd245
commit 03ab06e81b
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -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>