移除比赛页面中的备注文本,优化UI布局以提升用户体验。

This commit is contained in:
2026-07-23 11:48:07 +08:00
parent 8c127dd0e7
commit 3c3baede85
@@ -218,13 +218,7 @@ class _EventTeamMatchPageState extends State<EventTeamMatchPage> {
children: [ children: [
_MatchMetadata(detail: _detail), _MatchMetadata(detail: _detail),
SizedBox(height: 10.h), SizedBox(height: 10.h),
Text(
'备注:上方红队(teamA),下方蓝队(teamB)',
style: TextStyle(
fontSize: 14.sp,
color: const Color(0xFF7A828E),
),
),
SizedBox(height: 8.h), SizedBox(height: 8.h),
Align( Align(
alignment: Alignment.centerRight, alignment: Alignment.centerRight,