From b217b9859854bdebce7e38c7ff630418ca340c46 Mon Sep 17 00:00:00 2001 From: machuanyu <840649825@qq.com> Date: Wed, 26 Jun 2024 14:08:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/images/right_icon_blue.png | Bin 0 -> 293 bytes .../lib/common/config/app_config.dart | 2 +- .../knowledge_points_grasp_view.dart | 2 +- .../lib/page/home_page/home_view.dart | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 making_school_asignment_app/assets/images/right_icon_blue.png diff --git a/making_school_asignment_app/assets/images/right_icon_blue.png b/making_school_asignment_app/assets/images/right_icon_blue.png new file mode 100644 index 0000000000000000000000000000000000000000..87bb071aec1b626ebed808d8a9ef746f83d6abcc GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`oCO|{#S9E$svykh8Km+7D9BhG zh($ literal 0 HcmV?d00001 diff --git a/making_school_asignment_app/lib/common/config/app_config.dart b/making_school_asignment_app/lib/common/config/app_config.dart index e953558..b1e717c 100644 --- a/making_school_asignment_app/lib/common/config/app_config.dart +++ b/making_school_asignment_app/lib/common/config/app_config.dart @@ -13,7 +13,7 @@ class AppConfig { static const UI_WIDTH = 375.0; /// ui width - static const UI_HEIGHT = 812.0; + static const UI_HEIGHT = 867.0; static const SKIP_UPDATING_USER = '18888888888'; static const APP_NAME = '18888888888'; diff --git a/making_school_asignment_app/lib/page/home_page/children/knowledge_points_grasp/knowledge_points_grasp_view.dart b/making_school_asignment_app/lib/page/home_page/children/knowledge_points_grasp/knowledge_points_grasp_view.dart index 0876404..3e25a76 100644 --- a/making_school_asignment_app/lib/page/home_page/children/knowledge_points_grasp/knowledge_points_grasp_view.dart +++ b/making_school_asignment_app/lib/page/home_page/children/knowledge_points_grasp/knowledge_points_grasp_view.dart @@ -46,7 +46,7 @@ class _KnowledgePointsGraspPageState extends State { children: [ Container( margin: EdgeInsets.all(15.r), - height: 30.r, + // height: 30.r, child: Row( children: [ Expanded( diff --git a/making_school_asignment_app/lib/page/home_page/home_view.dart b/making_school_asignment_app/lib/page/home_page/home_view.dart index bd0be96..966ef15 100644 --- a/making_school_asignment_app/lib/page/home_page/home_view.dart +++ b/making_school_asignment_app/lib/page/home_page/home_view.dart @@ -168,7 +168,7 @@ class _HomePageState extends State with AutomaticKeepAliveClientMixin bottomRight: Radius.circular(4.r), ), ), - margin: EdgeInsets.only(right: 4.w), + margin: EdgeInsets.only(top:3.h,right: 4.w), child: quickText(state.type == 1 ? '作业' : '考试', color: Colors.white, size: 10.sp), ), Expanded(