fix(style): my models card
This commit is contained in:
@@ -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 }>;
|
||||
|
||||
@@ -66,9 +66,9 @@ const Inner = styled.div.attrs({
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
justify-content: center;
|
||||
gap: 8px;
|
||||
line-height: 1.5;
|
||||
height: 100%;
|
||||
`;
|
||||
|
||||
const Icon = styled.div.attrs({
|
||||
|
||||
Reference in New Issue
Block a user