修复 下拉刷新文字,文字大小问题
This commit is contained in:
@@ -272,8 +272,8 @@ const MyselfPage: React.FC = () => {
|
||||
</View>
|
||||
|
||||
{/* 球局列表 */}
|
||||
<View className="game_list_section">
|
||||
<ScrollView scrollY>
|
||||
<View className="game_list_section" >
|
||||
<ScrollView scrollY refresherBackground="#FAFAFA">
|
||||
<ListContainer
|
||||
data={game_records}
|
||||
recommendList={[]}
|
||||
|
||||
@@ -237,7 +237,7 @@ const OtherUserPage: React.FC = () => {
|
||||
// };
|
||||
|
||||
return (
|
||||
<ScrollView scrollY className="other_user_page">
|
||||
<ScrollView scrollY className="other_user_page" refresherBackground="#FAFAFA">
|
||||
{/* <CustomNavbar>
|
||||
<View className="navbar_content">
|
||||
<View className="navbar_back" onClick={() => Taro.navigateBack()}>
|
||||
@@ -294,7 +294,7 @@ const OtherUserPage: React.FC = () => {
|
||||
|
||||
{/* 球局列表 */}
|
||||
{/* <View className="game_list_section"> */}
|
||||
<ScrollView scrollY>
|
||||
<ScrollView scrollY refresherBackground="#FAFAFA">
|
||||
<ListContainer
|
||||
data={game_records}
|
||||
recommendList={[]}
|
||||
@@ -337,7 +337,7 @@ const OtherUserPage: React.FC = () => {
|
||||
|
||||
{/* 球局列表 */}
|
||||
{/* <View className="game_list_section"> */}
|
||||
<ScrollView scrollY>
|
||||
<ScrollView scrollY refresherBackground="#FAFAFA">
|
||||
<ListContainer
|
||||
data={ended_game_records}
|
||||
recommendList={[]}
|
||||
|
||||
Reference in New Issue
Block a user