|
|
@@ -73,13 +73,8 @@ class MainTabPage extends BasePage<MainController> {
|
|
|
onTap: () {
|
|
|
controller.onChatClick();
|
|
|
},
|
|
|
- child: SizedBox(
|
|
|
- key: controller.aiGuideKey,
|
|
|
- width: 52.w,
|
|
|
- child: AspectRatio(
|
|
|
- aspectRatio: 1 / 1,
|
|
|
- child: Assets.images.mainTabSecretary.image()),
|
|
|
- ));
|
|
|
+ child: Assets.images.mainTabSecretary
|
|
|
+ .image(key: controller.aiGuideKey, width: 52.w, height: 52.w));
|
|
|
}
|
|
|
|
|
|
Widget buildBottomAppBar() {
|