修改样式
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
.listContentWrapper {
|
||||
// padding: 0 5px;
|
||||
// background: #fafafa;
|
||||
padding: 0 5px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
padding-bottom: 80px;
|
||||
// min-height: 100vh;
|
||||
|
||||
.recommendTextWrapper {
|
||||
display: flex;
|
||||
|
||||
@@ -106,7 +106,7 @@ const ListContainer = (props) => {
|
||||
<NTRPTestEntryCard key="evaluate" type={EvaluateScene.list} />
|
||||
);
|
||||
}
|
||||
return <ListCard key={match.id || index} {...match} />;
|
||||
return <ListCard key={match?.id || index} {...match} />;
|
||||
})}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user