项目列表页,将表格标题与项目内容对齐

This commit is contained in:
柳清爽
2025-04-22 15:58:38 +08:00
parent 5d3e76571c
commit ad145ba296

View File

@@ -162,9 +162,9 @@ export default function ProjectsPage() {
{project.status === 1 ? "启用" : "禁用"}
</Badge>
</TableCell>
<TableCell className="text-center">{project.userCount}</TableCell>
<TableCell className="text-center">{project.deviceCount}</TableCell>
<TableCell className="text-center">{project.createTime}</TableCell>
<TableCell>{project.userCount}</TableCell>
<TableCell>{project.deviceCount}</TableCell>
<TableCell>{project.createTime}</TableCell>
<TableCell className="text-right">
<DropdownMenu>
<DropdownMenuTrigger asChild>