完善 ip 提取功能,优化更新主题样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user