diff --git a/lib/features/competition_teams/pages/page_event_team_match.dart b/lib/features/competition_teams/pages/page_event_team_match.dart index 878824c..e276f5b 100644 --- a/lib/features/competition_teams/pages/page_event_team_match.dart +++ b/lib/features/competition_teams/pages/page_event_team_match.dart @@ -218,13 +218,7 @@ class _EventTeamMatchPageState extends State { children: [ _MatchMetadata(detail: _detail), SizedBox(height: 10.h), - Text( - '备注:上方红队(teamA),下方蓝队(teamB)', - style: TextStyle( - fontSize: 14.sp, - color: const Color(0xFF7A828E), - ), - ), + SizedBox(height: 8.h), Align( alignment: Alignment.centerRight,