完善 ip 提取功能,优化更新主题样式

This commit is contained in:
2025-04-12 11:10:51 +08:00
parent e0c75f9506
commit e928b5a270
29 changed files with 615 additions and 383 deletions

View File

@@ -54,7 +54,7 @@ export default function DataTable<T extends Record<string, unknown>>(props: Data
<TableBody>
{props.status === 'fail' ? (
<TableRow>
<TableCell colSpan={props.columns.length} className={`text-center text-destructive`}></TableCell>
<TableCell colSpan={props.columns.length} className={`text-center text-fail`}></TableCell>
</TableRow>
) : !props.data?.length ? (
<TableRow>