生产管理系统前端 修复ip地址列暗色下不匹配的问题
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user