This commit is contained in:
xuhang-x 2024-07-23 13:34:32 +08:00
parent 60f7404958
commit 4d68f4a47b
2 changed files with 2 additions and 3 deletions

View File

@ -53,8 +53,6 @@ void main() async {
UPCache.preInit(); UPCache.preInit();
runApp(const MyApp());
// EasyLoading配置 // EasyLoading配置
configLoading(); configLoading();
@ -67,6 +65,8 @@ void main() async {
statusBarIconBrightness: Brightness.light, // statusBarIconBrightness: Brightness.light, //
)); ));
} }
runApp(const MyApp());
} }
class MyApp extends StatelessWidget { class MyApp extends StatelessWidget {

View File

@ -33,7 +33,6 @@ class AiManagerView extends GetView<AiManagerController> {
fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,
), ),
), ),
15.verticalSpace,
Expanded( Expanded(
child: Container( child: Container(
padding: const EdgeInsets.symmetric( padding: const EdgeInsets.symmetric(