This commit is contained in:
张成
2025-11-15 10:29:03 +08:00
parent 54ef49c8d9
commit 0fa0dd5b22
6 changed files with 29 additions and 10 deletions

View File

@@ -237,7 +237,10 @@ const OtherUserPage: React.FC = () => {
}}
/>
{/* 主要内容 */}
<View className="other_main_content">
<View
className="other_main_content"
style={{ paddingTop: `${totalHeight}px` }}
>
{/* 用户信息区域 */}
<View className="user_info_section">
<UserInfoCard