补充提交
This commit is contained in:
parent
aee06bd71e
commit
76ba648bc9
@ -169,73 +169,7 @@ class _PasswordKeyDetailPageState extends State<PasswordKeyDetailPage>
|
||||
state.itemData.value.keyboardPwdType != 1 &&
|
||||
state.itemData.value.keyboardPwdType != 4,
|
||||
child: bottomTip()),
|
||||
// Container(height: 40.h),
|
||||
/*
|
||||
SizedBox(
|
||||
width: ScreenUtil().screenWidth - 40.w,
|
||||
height: 60.h,
|
||||
child: OutlinedButton(
|
||||
style: OutlinedButton.styleFrom(
|
||||
// backgroundColor: Colors.white,
|
||||
side: BorderSide(width: 1, color: AppColors.mainColor)),
|
||||
onPressed: () {
|
||||
Navigator.pushNamed(context, Routers.cardListPage,
|
||||
arguments: <String, int?>{
|
||||
'lockId': state.itemData.value.lockId,
|
||||
});
|
||||
},
|
||||
child: Text(
|
||||
'设置卡',
|
||||
style: TextStyle(
|
||||
color: AppColors.mainColor, fontSize: 24.sp),
|
||||
)),
|
||||
),
|
||||
SizedBox(
|
||||
height: 10.h,
|
||||
),
|
||||
SizedBox(
|
||||
width: ScreenUtil().screenWidth - 40.w,
|
||||
height: 60.h,
|
||||
child: OutlinedButton(
|
||||
style: OutlinedButton.styleFrom(
|
||||
// backgroundColor: Colors.white,
|
||||
side: BorderSide(width: 1, color: AppColors.mainColor)),
|
||||
onPressed: () {
|
||||
Navigator.pushNamed(context, Routers.fingerprintListPage,
|
||||
arguments: <String, int?>{
|
||||
'lockId': state.itemData.value.lockId,
|
||||
});
|
||||
},
|
||||
child: Text(
|
||||
'设置指纹',
|
||||
style: TextStyle(
|
||||
color: AppColors.mainColor, fontSize: 24.sp),
|
||||
)),
|
||||
),
|
||||
SizedBox(
|
||||
height: 10.h,
|
||||
),
|
||||
SizedBox(
|
||||
width: ScreenUtil().screenWidth - 40.w,
|
||||
height: 60.h,
|
||||
child: OutlinedButton(
|
||||
style: OutlinedButton.styleFrom(
|
||||
// backgroundColor: Colors.white,
|
||||
side: BorderSide(width: 1, color: AppColors.mainColor)),
|
||||
onPressed: () {
|
||||
Navigator.pushNamed(
|
||||
context, Routers.remoteControlListPage,
|
||||
arguments: <String, int?>{
|
||||
'lockId': state.itemData.value.lockId,
|
||||
});
|
||||
},
|
||||
child: Text(
|
||||
'设置遥控',
|
||||
style: TextStyle(
|
||||
color: AppColors.mainColor, fontSize: 24.sp),
|
||||
)),
|
||||
),
|
||||
*/
|
||||
|
||||
SizedBox(
|
||||
height: 30.h,
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user