修复 下拉刷新文字,文字大小问题
This commit is contained in:
@@ -183,7 +183,7 @@ const TermsPage: React.FC = () => {
|
||||
|
||||
|
||||
{/* 主要内容 */}
|
||||
<ScrollView className="terms_main_content" scrollY>
|
||||
<ScrollView className="terms_main_content" refresherBackground="#FAFAFA" scrollY>
|
||||
{/* 条款标题 */}
|
||||
<View className="terms_title">
|
||||
{termsTitle}
|
||||
|
||||
Reference in New Issue
Block a user