fix(style): my models card
This commit is contained in:
@@ -329,7 +329,7 @@ const ClusterCreate = () => {
|
||||
{currentStep === startStep && (
|
||||
<ProviderCatalog
|
||||
dataList={providerList}
|
||||
height={80}
|
||||
height={70}
|
||||
onSelect={handleSelectProvider}
|
||||
clickable={true}
|
||||
current={extraData.provider}
|
||||
|
||||
@@ -6,7 +6,7 @@ import styled from 'styled-components';
|
||||
const Title = styled.span`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-end;
|
||||
font-weight: 700;
|
||||
font-size: 16px;
|
||||
.text {
|
||||
|
||||
@@ -119,7 +119,7 @@ const UserModels: React.FC = () => {
|
||||
<CardList
|
||||
dataList={dataSource.dataList}
|
||||
loading={dataSource.loading}
|
||||
activeId={-1}
|
||||
activeId={false}
|
||||
isFirst={!dataSource.loadend}
|
||||
Skeleton={CardSkeleton}
|
||||
renderItem={renderCard}
|
||||
|
||||
Reference in New Issue
Block a user