diff --git a/lib/main/lockDetail/passwordKey/passwordKeyDetail/passwordKeyDetail_page.dart b/lib/main/lockDetail/passwordKey/passwordKeyDetail/passwordKeyDetail_page.dart index e329d7d2..9a6bd464 100755 --- a/lib/main/lockDetail/passwordKey/passwordKeyDetail/passwordKeyDetail_page.dart +++ b/lib/main/lockDetail/passwordKey/passwordKeyDetail/passwordKeyDetail_page.dart @@ -169,73 +169,7 @@ class _PasswordKeyDetailPageState extends State 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: { - '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: { - '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: { - 'lockId': state.itemData.value.lockId, - }); - }, - child: Text( - '设置遥控', - style: TextStyle( - color: AppColors.mainColor, fontSize: 24.sp), - )), - ), - */ + SizedBox( height: 30.h, ),