Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a19d9dfa6d | ||
|
|
40799f2d15 |
@@ -239,9 +239,17 @@ class _BrandHeader extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Row(
|
GestureDetector(
|
||||||
|
onTap: () {
|
||||||
|
AppNavigator.pop();
|
||||||
|
},
|
||||||
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(Icons.chevron_left_rounded, color: Colors.black, size: 28.sp),
|
Icon(
|
||||||
|
Icons.chevron_left_rounded,
|
||||||
|
color: Colors.black,
|
||||||
|
size: 28.sp,
|
||||||
|
),
|
||||||
Text(
|
Text(
|
||||||
'返回',
|
'返回',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
@@ -253,6 +261,7 @@ class _BrandHeader extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user