生产管理系统前端 修复ip地址列暗色下不匹配的问题

This commit is contained in:
2025-10-23 20:00:51 +08:00
parent 19a2025931
commit 23e881215d

View File

@@ -42,7 +42,7 @@ export function LoginLogTable({ logs }: LoginLogTableProps) {
{new Date(log.loginTime).toLocaleString('zh-CN')} {new Date(log.loginTime).toLocaleString('zh-CN')}
</TableCell> </TableCell>
<TableCell> <TableCell>
<code className="text-xs bg-gray-100 px-2 py-1 rounded"> <code className="text-xs px-2 py-1 rounded">
{log.ipAddress} {log.ipAddress}
</code> </code>
</TableCell> </TableCell>