From 3c3baede854514569b6ce94fe44f9678c37ad61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E9=94=8B?= <2535831261@qq.com> Date: Thu, 23 Jul 2026 11:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=AF=94=E8=B5=9B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=AD=E7=9A=84=E5=A4=87=E6=B3=A8=E6=96=87=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96UI=E5=B8=83=E5=B1=80=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../competition_teams/pages/page_event_team_match.dart | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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,