|
|
@@ -97,7 +97,7 @@ class MainPage extends BasePage<MainController> {
|
|
|
child: Column(
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
children: [
|
|
|
- Assets.images.iconAmapLogo.image(height: 24.w),
|
|
|
+ Assets.images.iconAmapLogo.image(height: 22.w),
|
|
|
Text(StringName.locationCo,
|
|
|
style: TextStyle(
|
|
|
fontSize: 11.sp, color: ColorName.black40))
|