ntrp默认值为2.5
This commit is contained in:
@@ -238,7 +238,7 @@ const MyselfPageContent: React.FC = () => {
|
||||
loadMoreMatches={() => {}}
|
||||
collapse={true}
|
||||
style={{ paddingBottom: 0, overflow: "hidden" }}
|
||||
listLoadErrorWrapperHeight="267px"
|
||||
listLoadErrorWrapperHeight="fit-content"
|
||||
listLoadErrorWidth="320px"
|
||||
listLoadErrorHeight="152px"
|
||||
defaultShowNum={3}
|
||||
@@ -259,7 +259,7 @@ const MyselfPageContent: React.FC = () => {
|
||||
loadMoreMatches={() => {}}
|
||||
collapse={true}
|
||||
style={{ paddingBottom: "90px", overflow: "hidden" }}
|
||||
listLoadErrorWrapperHeight="220px"
|
||||
listLoadErrorWrapperHeight="fit-content"
|
||||
listLoadErrorWidth="320px"
|
||||
listLoadErrorHeight="152px"
|
||||
defaultShowNum={3}
|
||||
|
||||
Reference in New Issue
Block a user