移除比赛页面中的备注文本,优化UI布局以提升用户体验。
This commit is contained in:
@@ -218,13 +218,7 @@ class _EventTeamMatchPageState extends State<EventTeamMatchPage> {
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user