细节优化
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user