mcy_new #1
Binary file not shown.
|
After Width: | Height: | Size: 293 B |
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue