细节优化

This commit is contained in:
2025-12-01 11:37:59 +08:00
parent f389397227
commit 675ecb536d
7 changed files with 101 additions and 68 deletions

View File

@@ -150,7 +150,11 @@ const MyselfPageContent: React.FC = () => {
// };
return (
<ScrollView scrollY refresherBackground="#FAFAFA" className={styles.myselfPage}>
<ScrollView
scrollY
refresherBackground="#FAFAFA"
className={styles.myselfPage}
>
<View
className={styles.myselfPageContentMain}
style={{ paddingTop: `${totalHeight}px` }}
@@ -235,7 +239,7 @@ const MyselfPageContent: React.FC = () => {
collapse={true}
style={{ paddingBottom: 0, overflow: "hidden" }}
listLoadErrorWrapperHeight="267px"
listLoadErrorWidth="100%"
listLoadErrorWidth="320px"
listLoadErrorHeight="152px"
defaultShowNum={3}
/>
@@ -256,7 +260,7 @@ const MyselfPageContent: React.FC = () => {
collapse={true}
style={{ paddingBottom: "90px", overflow: "hidden" }}
listLoadErrorWrapperHeight="220px"
listLoadErrorWidth="100%"
listLoadErrorWidth="320px"
listLoadErrorHeight="152px"
defaultShowNum={3}
/>