|
|
@@ -70,7 +70,7 @@ void mainGuide(GlobalKey topGuide, {VoidCallback? knowCallback}) {
|
|
|
Positioned(
|
|
|
left: 0,
|
|
|
right: 0,
|
|
|
- bottom: 8.h,
|
|
|
+ bottom: 8.h + ScreenUtil().bottomBarHeight,
|
|
|
child: Column(
|
|
|
children: [
|
|
|
GestureDetector(
|
|
|
@@ -133,7 +133,7 @@ void mainGuide(GlobalKey topGuide, {VoidCallback? knowCallback}) {
|
|
|
.image(width: 66.w, height: 66.w),
|
|
|
],
|
|
|
),
|
|
|
- )
|
|
|
+ ),
|
|
|
],
|
|
|
),
|
|
|
);
|