修复 下拉刷新文字,文字大小问题
This commit is contained in:
@@ -181,7 +181,7 @@ export default function OrganizerInfo(props) {
|
||||
src={img.ICON_DETAIL_ARROW_RIGHT}
|
||||
/>
|
||||
</View>
|
||||
<ScrollView className={styles["recommend-games-list"]} scrollX>
|
||||
<ScrollView refresherBackground="#FAFAFA" className={styles["recommend-games-list"]} scrollX>
|
||||
<View className={styles["recommend-games-list-content"]}>
|
||||
{recommendGames.map((game, index) => (
|
||||
<View
|
||||
|
||||
Reference in New Issue
Block a user