@@ -48,7 +48,7 @@ class LocationAnalysePage extends BasePage<LocationAnalyseController> {
'#D8D8FE'.color,
], begin: Alignment.topCenter, end: Alignment.bottomCenter)),
child: Stack(
- children: [buildBackBtnView(), buildAnalyseView()],
+ children: [buildAnalyseView(), buildBackBtnView()],
),
);
}