ntrp默认值为2.5

This commit is contained in:
2025-12-01 13:04:31 +08:00
parent 675ecb536d
commit 4c9a0da9ac
3 changed files with 8 additions and 9 deletions

View File

@@ -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}