diff --git a/making_school_asignment_app/lib/page/home_page/children/answer_trajectory/widget/answer_trajectory_job.dart b/making_school_asignment_app/lib/page/home_page/children/answer_trajectory/widget/answer_trajectory_job.dart index ffab758..0512839 100644 --- a/making_school_asignment_app/lib/page/home_page/children/answer_trajectory/widget/answer_trajectory_job.dart +++ b/making_school_asignment_app/lib/page/home_page/children/answer_trajectory/widget/answer_trajectory_job.dart @@ -71,7 +71,7 @@ class AnswerTrajectoryJob extends StatelessWidget { bottomRight: Radius.circular(4.r), ), ), - margin: EdgeInsets.only(right: 4.w), + margin: EdgeInsets.only(top:3.h,right: 4.w), child: quickText( item.assessType == 0 ? '作业' : '考试', color: Colors.white, @@ -203,7 +203,7 @@ class AnswerTrajectoryJob extends StatelessWidget { bottomRight: Radius.circular(4.r), ), ), - margin: EdgeInsets.only(right: 4.w), + margin: EdgeInsets.only(top:3.h,right: 4.w), child: quickText( item.assessType == 0 ? '作业' : '考试', color: Colors.white, diff --git a/making_school_asignment_app/lib/page/home_page/children/read_over/widget/annotate_list.dart b/making_school_asignment_app/lib/page/home_page/children/read_over/widget/annotate_list.dart index e52f85b..1f1c94a 100644 --- a/making_school_asignment_app/lib/page/home_page/children/read_over/widget/annotate_list.dart +++ b/making_school_asignment_app/lib/page/home_page/children/read_over/widget/annotate_list.dart @@ -306,7 +306,7 @@ Widget $reviewedItem({ bottomRight: Radius.circular(4.r), ), ), - margin: EdgeInsets.only(right: 4.w), + margin: EdgeInsets.only(top:3.h,right: 4.w), child: quickText(type == 1 ? '作业' : '考试', color: Colors.white, size: 10.sp), ), Expanded( diff --git a/making_school_asignment_app/lib/page/home_page/children/read_over/widget/task_list_item.dart b/making_school_asignment_app/lib/page/home_page/children/read_over/widget/task_list_item.dart index 6fb398d..6b3c42b 100644 --- a/making_school_asignment_app/lib/page/home_page/children/read_over/widget/task_list_item.dart +++ b/making_school_asignment_app/lib/page/home_page/children/read_over/widget/task_list_item.dart @@ -207,7 +207,7 @@ class _TaskListItemState extends State { bottomRight: Radius.circular(4.r), ), ), - margin: EdgeInsets.only(right: 4.w), + margin: EdgeInsets.only(top:3.h,right: 4.w), child: quickText(widget.type == 1 ? '作业' : '考试', color: Colors.white, size: 10.sp), ), Expanded( diff --git a/making_school_asignment_app/lib/page/home_page/children/student_work_detail/student_work_detail_view.dart b/making_school_asignment_app/lib/page/home_page/children/student_work_detail/student_work_detail_view.dart index b7f140b..84084a6 100644 --- a/making_school_asignment_app/lib/page/home_page/children/student_work_detail/student_work_detail_view.dart +++ b/making_school_asignment_app/lib/page/home_page/children/student_work_detail/student_work_detail_view.dart @@ -313,7 +313,7 @@ class _StudentWorkDetailPageState extends State { children: [ Row( mainAxisAlignment: MainAxisAlignment.start, - crossAxisAlignment: CrossAxisAlignment.end, + crossAxisAlignment: CrossAxisAlignment.start, children: [ Container( width: 32.w, 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 31eb696..26c0846 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 @@ -162,7 +162,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(