style(usage): 调整使用记录表格类型列宽度

This commit is contained in:
fawney19
2026-01-15 13:44:22 +08:00
parent 0d26fd8c5a
commit bc16c0eec8

View File

@@ -193,7 +193,7 @@
<TableHead class="h-12 font-semibold w-[80px]"> <TableHead class="h-12 font-semibold w-[80px]">
API格式 API格式
</TableHead> </TableHead>
<TableHead class="h-12 font-semibold w-[50px] text-center"> <TableHead class="h-12 font-semibold w-[70px] text-center">
类型 类型
</TableHead> </TableHead>
<TableHead class="h-12 font-semibold w-[140px] text-right"> <TableHead class="h-12 font-semibold w-[140px] text-right">
@@ -372,7 +372,7 @@
class="text-muted-foreground text-xs" class="text-muted-foreground text-xs"
>-</span> >-</span>
</TableCell> </TableCell>
<TableCell class="text-center py-4 w-[50px]"> <TableCell class="text-center py-4 w-[70px]">
<!-- 优先显示请求状态 --> <!-- 优先显示请求状态 -->
<Badge <Badge
v-if="record.status === 'pending'" v-if="record.status === 'pending'"