修复 下拉刷新文字,文字大小问题
This commit is contained in:
@@ -262,7 +262,7 @@ const SelectStadium: React.FC<SelectStadiumProps> = ({
|
||||
<Loading type="circular" className='loading-icon'>加载中</Loading>
|
||||
</View>
|
||||
) : (
|
||||
<ScrollView className='stadium-list'
|
||||
<ScrollView className='stadium-list' refresherBackground="#FAFAFA"
|
||||
scrollWithAnimation
|
||||
enhanced
|
||||
showScrollbar={false}
|
||||
|
||||
Reference in New Issue
Block a user