修复 下拉刷新文字,文字大小问题
This commit is contained in:
@@ -18,7 +18,7 @@ useEffect(() => {
|
||||
return (
|
||||
<View className="terms_page">
|
||||
{/* 主要内容 */}
|
||||
<ScrollView className="football_rules_main_content" scrollY>
|
||||
<ScrollView refresherBackground="#FAFAFA" className="football_rules_main_content" scrollY>
|
||||
{/* 条款标题 */}
|
||||
<View className="terms_title">
|
||||
约球规则
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -174,7 +174,7 @@ const StadiumDetail = forwardRef<StadiumDetailRef, StadiumDetailProps>(({
|
||||
console.log(stadium,'stadiumstadium');
|
||||
return (
|
||||
<View className='stadium-detail'>
|
||||
<ScrollView className='stadium-detail-scroll' scrollY={!openPicker}>
|
||||
<ScrollView className='stadium-detail-scroll' refresherBackground="#FAFAFA" scrollY={!openPicker}>
|
||||
{/* 已选球场 */}
|
||||
<View
|
||||
className={`stadium-item`}
|
||||
|
||||
Reference in New Issue
Block a user