修复登陆页图像拉升 和 问题

This commit is contained in:
张成
2025-11-08 23:08:24 +08:00
parent 46d3a8f13f
commit 7a53d74e57
8 changed files with 29 additions and 22 deletions

View File

@@ -114,7 +114,7 @@ const FollowUserCard: React.FC<FollowUserCardProps> = ({ user, tabKey, onFollowC
<View className="follow_user_card">
<View className="user_info" onClick={handle_user_click}>
<Image
className="avatar"
className="avatar" mode="aspectFill"
src={user.avatar_url || require('@/static/userInfo/default_avatar.svg')}
/>
<View className="user_details">