feat:优化 android 底部栏
This commit is contained in:
parent
00f1528854
commit
d2dfef0b72
@ -172,7 +172,7 @@ class _LockDetailPageState extends State<LockDetailPage>
|
||||
onTap: onTap,
|
||||
child: Container(
|
||||
margin: EdgeInsets.symmetric(horizontal: 0.05.sw, vertical: 15.h),
|
||||
padding: EdgeInsets.symmetric(horizontal: 0.05.sw, vertical: 20.h),
|
||||
padding: EdgeInsets.symmetric(horizontal: 0.05.sw, vertical: 30.h),
|
||||
decoration: BoxDecoration(
|
||||
color: Colors.white,
|
||||
borderRadius: BorderRadius.circular(16.r),
|
||||
|
||||
@ -86,7 +86,8 @@ class _StarLockMainXHJPageState extends State<StarLockMainXHJPage>
|
||||
],
|
||||
),
|
||||
bottomNavigationBar: Container(
|
||||
padding: EdgeInsets.only(top: 20.h),
|
||||
padding: EdgeInsets.only(
|
||||
top: 20.h, bottom: GetPlatform.isAndroid ? 20.h : 0),
|
||||
decoration: const BoxDecoration(
|
||||
color: Colors.transparent,
|
||||
border: Border(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user