修复 下拉刷新文字,文字大小问题

This commit is contained in:
张成
2025-11-30 20:19:06 +08:00
parent 6815eca84d
commit 42b05a6bc8
15 changed files with 48 additions and 31 deletions

View File

@@ -150,7 +150,7 @@ const MyselfPageContent: React.FC = () => {
// };
return (
<ScrollView scrollY className={styles.myselfPage}>
<ScrollView scrollY refresherBackground="#FAFAFA" className={styles.myselfPage}>
<View
className={styles.myselfPageContentMain}
style={{ paddingTop: `${totalHeight}px` }}