mcy_new #1

Merged
wangyang merged 179 commits from mcy_new into master 2025-08-28 10:10:45 +08:00
4 changed files with 3 additions and 3 deletions
Showing only changes of commit b217b98598 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

View File

@ -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';

View File

@ -46,7 +46,7 @@ class _KnowledgePointsGraspPageState extends State<KnowledgePointsGraspPage> {
children: [
Container(
margin: EdgeInsets.all(15.r),
height: 30.r,
// height: 30.r,
child: Row(
children: [
Expanded(

View File

@ -168,7 +168,7 @@ class _HomePageState extends State<HomePage> 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(