From 76ba648bc91e5d96a088d50aca89fc4a14d19908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CDaisyWu=E2=80=9D?= <“18682150237@163.com”> Date: Tue, 16 Jul 2024 09:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../passwordKeyDetail_page.dart | 68 +------------------ 1 file changed, 1 insertion(+), 67 deletions(-) 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, ),