样式修改

This commit is contained in:
machuanyu 2024-06-26 14:08:40 +08:00
parent cbd5b724e9
commit b217b98598
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

View File

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

View File

@ -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(

View File

@ -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(