fix提测问题:APP进入设置遥控,点击添加遥控后界面会变为“添加指纹”显示

This commit is contained in:
“DaisyWu” 2024-07-16 09:18:07 +08:00
parent 4e7bbfa139
commit 812fb19e84

View File

@ -169,7 +169,8 @@ class _PasswordKeyDetailPageState extends State<PasswordKeyDetailPage>
state.itemData.value.keyboardPwdType != 1 && state.itemData.value.keyboardPwdType != 1 &&
state.itemData.value.keyboardPwdType != 4, state.itemData.value.keyboardPwdType != 4,
child: bottomTip()), child: bottomTip()),
Container(height: 40.h), // Container(height: 40.h),
/*
SizedBox( SizedBox(
width: ScreenUtil().screenWidth - 40.w, width: ScreenUtil().screenWidth - 40.w,
height: 60.h, height: 60.h,
@ -234,6 +235,7 @@ class _PasswordKeyDetailPageState extends State<PasswordKeyDetailPage>
color: AppColors.mainColor, fontSize: 24.sp), color: AppColors.mainColor, fontSize: 24.sp),
)), )),
), ),
*/
SizedBox( SizedBox(
height: 30.h, height: 30.h,
), ),