From 419cbc50016af14314783bba9628e1aef4252005 Mon Sep 17 00:00:00 2001 From: Daisy <> Date: Sat, 29 Jul 2023 18:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=83=A8=E5=88=86=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../authorizedAdmin/authorizedAdmin_page.dart | 7 +--- ...eAddedServicesNoteAndEmailDetail_page.dart | 41 ++++++++----------- 2 files changed, 19 insertions(+), 29 deletions(-) diff --git a/star_lock/lib/main/lockDetail/authorizedAdmin/authorizedAdmin/authorizedAdmin_page.dart b/star_lock/lib/main/lockDetail/authorizedAdmin/authorizedAdmin/authorizedAdmin_page.dart index 94634c33..fa670e53 100644 --- a/star_lock/lib/main/lockDetail/authorizedAdmin/authorizedAdmin/authorizedAdmin_page.dart +++ b/star_lock/lib/main/lockDetail/authorizedAdmin/authorizedAdmin/authorizedAdmin_page.dart @@ -143,12 +143,7 @@ class _AuthorizedAdminPageState extends State { SizedBox( height: 20.h, ), - SubmitBtn( - btnName: TranslationLoader.lanKeys!.send!.tr, - borderRadius: 20.w, - margin: EdgeInsets.only(left: 30.w, right: 30.w, top: 30.w), - padding: EdgeInsets.only(top: 25.w, bottom: 25.w), - onClick: () {}), + SubmitBtn(btnName: TranslationLoader.lanKeys!.send!.tr, onClick: () {}), Container( padding: EdgeInsets.only(right: 30.w), // color: Colors.red, diff --git a/star_lock/lib/mine/valueAddedServices/valueAddedServicesNoteAndEmailDetail/valueAddedServicesNoteAndEmailDetail_page.dart b/star_lock/lib/mine/valueAddedServices/valueAddedServicesNoteAndEmailDetail/valueAddedServicesNoteAndEmailDetail_page.dart index 8c9bef33..26191f3e 100644 --- a/star_lock/lib/mine/valueAddedServices/valueAddedServicesNoteAndEmailDetail/valueAddedServicesNoteAndEmailDetail_page.dart +++ b/star_lock/lib/mine/valueAddedServices/valueAddedServicesNoteAndEmailDetail/valueAddedServicesNoteAndEmailDetail_page.dart @@ -111,28 +111,23 @@ class _ValueAddedServicesNoteAndEmailDetailPageState Routers.valueAddedServicesListEmailTemplatePage); } }, - child: Container( - // width:100, - // padding: EdgeInsets.only(top:5, bottom: 5, left: 5, right: 5), - child: Row( - children: [ - SizedBox( - width: 30.w, - ), - Image.asset( - "images/mine/icon_mine_valueAddedServices_buyIcon.png", - width: 36.w, - height: 36.w, - ), - Text( - (type == 1) - ? TranslationLoader.lanKeys!.customSMSTemplate!.tr - : TranslationLoader - .lanKeys!.customMailTemplate!.tr, - style: TextStyle(fontSize: 24.sp), - ), - ], - ), + child: Row( + children: [ + SizedBox( + width: 30.w, + ), + Image.asset( + "images/mine/icon_mine_valueAddedServices_buyIcon.png", + width: 36.w, + height: 36.w, + ), + Text( + (type == 1) + ? TranslationLoader.lanKeys!.customSMSTemplate!.tr + : TranslationLoader.lanKeys!.customMailTemplate!.tr, + style: TextStyle(fontSize: 24.sp), + ), + ], ), ), GestureDetector( @@ -143,7 +138,7 @@ class _ValueAddedServicesNoteAndEmailDetailPageState child: Container( width: 90, // height: 70.h, - margin: const EdgeInsets.only(left: 30, right: 30), + margin: const EdgeInsets.only(left: 10, right: 30), padding: const EdgeInsets.only( top: 5, bottom: 5, left: 5, right: 5), // color: Colors.red,