mobile . themes

This commit is contained in:
2026-03-05 12:57:55 +08:00
parent b5b9f7db06
commit c325007897
62 changed files with 835 additions and 150 deletions

View File

@@ -18,17 +18,17 @@
</div>
<div class="futuristic-card-dark overflow-hidden">
<div class="overflow-x-auto">
<table class="table-futuristic">
<div class="table-responsive">
<table class="table-futuristic" style="min-width: 900px;">
<thead>
<tr>
<th>ID</th>
<th>用户名</th>
<th>邮箱</th>
<th>角色</th>
<th>状态</th>
<th>注册时间</th>
<th>操作</th>
<th style="min-width: 60px;">ID</th>
<th style="min-width: 120px;">用户名</th>
<th style="min-width: 180px;">邮箱</th>
<th style="min-width: 100px;">角色</th>
<th style="min-width: 100px;">状态</th>
<th style="min-width: 150px;">注册时间</th>
<th style="min-width: 180px;">操作</th>
</tr>
</thead>
<tbody id="users-tbody"></tbody>