fix(style): my models card

This commit is contained in:
jialin
2025-09-19 15:46:24 +08:00
parent 8f5990c537
commit b640963f65
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ interface CatalogListProps {
resizable?: boolean;
dataList: any[];
loading: boolean;
activeId: number;
activeId: Global.WithFalse<number>;
isFirst: boolean;
renderItem: (data: any) => React.ReactNode;
Skeleton: React.ComponentType<{ span: number }>;