feat: 修改国家选择匹配问题

This commit is contained in:
2025-11-20 09:08:23 -08:00
parent bcb4d17236
commit 3b05d4ff72
3 changed files with 45 additions and 14 deletions
@@ -59,6 +59,8 @@ class UserInfoCard extends StatelessWidget {
children: [
Text(
'ID: $userId',
overflow: TextOverflow.ellipsis,
maxLines: 1,
style: TextStyle(
color: Colors.white,
fontSize: 14.sp,