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;
|
static const UI_WIDTH = 375.0;
|
||||||
|
|
||||||
/// ui width
|
/// ui width
|
||||||
static const UI_HEIGHT = 812.0;
|
static const UI_HEIGHT = 867.0;
|
||||||
|
|
||||||
static const SKIP_UPDATING_USER = '18888888888';
|
static const SKIP_UPDATING_USER = '18888888888';
|
||||||
static const APP_NAME = '18888888888';
|
static const APP_NAME = '18888888888';
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ class _KnowledgePointsGraspPageState extends State<KnowledgePointsGraspPage> {
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
margin: EdgeInsets.all(15.r),
|
margin: EdgeInsets.all(15.r),
|
||||||
height: 30.r,
|
// height: 30.r,
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@ class _HomePageState extends State<HomePage> with AutomaticKeepAliveClientMixin
|
||||||
bottomRight: Radius.circular(4.r),
|
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),
|
child: quickText(state.type == 1 ? '作业' : '考试', color: Colors.white, size: 10.sp),
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue