alroyso 1 年之前
父节点
当前提交
47a571ca67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/app/modules/home/views/home_view.dart

+ 1 - 1
lib/app/modules/home/views/home_view.dart

@@ -96,7 +96,7 @@ class HomeView extends GetView<HomeController> {
                 ),
                 const SizedBox(height: 30,),
                 Padding(
-                  padding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
+                  padding: const EdgeInsets.fromLTRB(20, 0, 20, 0),
                   child: Row(
                     children: [
                       Text(controller.getHttp().toString()),