提交部分优化

This commit is contained in:
Daisy 2023-07-29 18:47:21 +08:00
parent 3840f0c8c8
commit 419cbc5001
2 changed files with 19 additions and 29 deletions

View File

@ -143,12 +143,7 @@ class _AuthorizedAdminPageState extends State<AuthorizedAdminPage> {
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,

View File

@ -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,