Skip to content

Commit 5a1be1d

Browse files
committed
fix: align manage token table headers
1 parent cecdb53 commit 5a1be1d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

static/manage.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ <h3 class="text-lg font-semibold">Token 列表</h3>
131131
<thead>
132132
<tr class="border-b border-border">
133133
<th class="h-10 px-2.5 text-left align-middle font-medium text-muted-foreground">邮箱</th>
134-
<th class="h-10 px-2.5 text-left align-middle font-medium text-muted-foreground">状态</th>
135-
<th class="h-10 px-2.5 text-left align-middle font-medium text-muted-foreground">过期时间</th>
136-
<th class="h-10 px-2.5 text-left align-middle font-medium text-muted-foreground">余额</th>
137-
<th class="h-10 px-2.5 text-left align-middle font-medium text-muted-foreground">类型</th>
138-
<th class="h-10 px-2.5 text-left align-middle font-medium text-muted-foreground">项目ID</th>
139-
<th class="h-10 px-2.5 text-left align-middle font-medium text-muted-foreground">图片</th>
140-
<th class="h-10 px-2.5 text-left align-middle font-medium text-muted-foreground">视频</th>
141-
<th class="h-10 px-2.5 text-left align-middle font-medium text-muted-foreground">错误</th>
134+
<th class="h-10 px-2.5 text-center align-middle font-medium text-muted-foreground">状态</th>
135+
<th class="h-10 px-2.5 text-center align-middle font-medium text-muted-foreground">过期时间</th>
136+
<th class="h-10 px-2.5 text-center align-middle font-medium text-muted-foreground">余额</th>
137+
<th class="h-10 px-2.5 text-center align-middle font-medium text-muted-foreground">类型</th>
138+
<th class="h-10 px-2.5 text-center align-middle font-medium text-muted-foreground">项目ID</th>
139+
<th class="h-10 px-2.5 text-center align-middle font-medium text-muted-foreground">图片</th>
140+
<th class="h-10 px-2.5 text-center align-middle font-medium text-muted-foreground">视频</th>
141+
<th class="h-10 px-2.5 text-center align-middle font-medium text-muted-foreground">错误</th>
142142
<th class="h-10 w-[184px] px-2.5 text-right align-middle font-medium text-muted-foreground">操作</th>
143143
</tr>
144144
</thead>

0 commit comments

Comments
 (0)