修复 下拉刷新文字,文字大小问题
This commit is contained in:
@@ -349,7 +349,7 @@ export default function Participants(props) {
|
||||
</View>
|
||||
)}
|
||||
{/* participants list */}
|
||||
<ScrollView className={styles["participants-list-scroll"]} scrollX>
|
||||
<ScrollView refresherBackground="#FAFAFA" className={styles["participants-list-scroll"]} scrollX>
|
||||
<View
|
||||
className={styles["participants-list-scroll-content"]}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user