Merge branch 'linfeng/drone_scoring/dev_1.1.0/2026630' into linfeng/drone_video/dev_1.1.0/20260707

This commit is contained in:
2026-07-29 10:15:25 +08:00
@@ -239,9 +239,17 @@ class _BrandHeader extends StatelessWidget {
],
),
),
Row(
GestureDetector(
onTap: () {
AppNavigator.pop();
},
child: Row(
children: [
Icon(Icons.chevron_left_rounded, color: Colors.black, size: 28.sp),
Icon(
Icons.chevron_left_rounded,
color: Colors.black,
size: 28.sp,
),
Text(
'返回',
style: TextStyle(
@@ -253,6 +261,7 @@ class _BrandHeader extends StatelessWidget {
),
],
),
),
],
);
}