|
@@ -222,7 +222,7 @@ class LabourRequestItem extends StatelessWidget {
|
|
|
Row(
|
|
|
children: [
|
|
|
MyTextView(
|
|
|
- "Pre Selected:".tr,
|
|
|
+ "Favourite:".tr,
|
|
|
isFontRegular: true,
|
|
|
textColor: ColorConstants.textGrayAECAE5,
|
|
|
fontSize: 14,
|
|
@@ -415,14 +415,15 @@ class LabourRequestItem extends StatelessWidget {
|
|
|
},
|
|
|
text: "Quick Copy".tr,
|
|
|
textColor: ColorConstants.white,
|
|
|
+ fontSize: 12,
|
|
|
backgroundColor: hexToColor(
|
|
|
"#C009FC",
|
|
|
),
|
|
|
radius: 17.25,
|
|
|
- padding: const EdgeInsets.symmetric(horizontal: 8),
|
|
|
+ padding: const EdgeInsets.symmetric(horizontal: 5),
|
|
|
minWidth: 60,
|
|
|
- minHeight: 35,
|
|
|
- ).marginOnly(left: 12),
|
|
|
+ minHeight: 30,
|
|
|
+ ).marginOnly(left: 6),
|
|
|
),
|
|
|
|
|
|
//详情按钮
|
|
@@ -436,14 +437,15 @@ class LabourRequestItem extends StatelessWidget {
|
|
|
},
|
|
|
text: "Detail".tr,
|
|
|
textColor: ColorConstants.white,
|
|
|
+ fontSize: 12,
|
|
|
backgroundColor: hexToColor(
|
|
|
"#56AAFF",
|
|
|
),
|
|
|
radius: 17.25,
|
|
|
- padding: const EdgeInsets.symmetric(horizontal: 8),
|
|
|
+ padding: const EdgeInsets.symmetric(horizontal: 5),
|
|
|
minWidth: 60,
|
|
|
- minHeight: 35,
|
|
|
- ).marginOnly(left: 12),
|
|
|
+ minHeight: 30,
|
|
|
+ ).marginOnly(left: 6),
|
|
|
),
|
|
|
),
|
|
|
|
|
@@ -458,12 +460,13 @@ class LabourRequestItem extends StatelessWidget {
|
|
|
},
|
|
|
text: "Recall".tr,
|
|
|
textColor: ColorConstants.white,
|
|
|
+ fontSize: 12,
|
|
|
backgroundColor: hexToColor("#FFBB1B"),
|
|
|
radius: 17.25,
|
|
|
- padding: const EdgeInsets.symmetric(horizontal: 8),
|
|
|
+ padding: const EdgeInsets.symmetric(horizontal: 5),
|
|
|
minWidth: 60,
|
|
|
- minHeight: 35,
|
|
|
- ).marginOnly(left: 12),
|
|
|
+ minHeight: 30,
|
|
|
+ ).marginOnly(left: 6),
|
|
|
),
|
|
|
),
|
|
|
|
|
@@ -478,12 +481,13 @@ class LabourRequestItem extends StatelessWidget {
|
|
|
},
|
|
|
text: "Edit".tr,
|
|
|
textColor: ColorConstants.white,
|
|
|
+ fontSize: 12,
|
|
|
backgroundColor: hexToColor("#FFBB1B"),
|
|
|
radius: 17.25,
|
|
|
- padding: const EdgeInsets.symmetric(horizontal: 8),
|
|
|
+ padding: const EdgeInsets.symmetric(horizontal: 5),
|
|
|
minWidth: 60,
|
|
|
- minHeight: 35,
|
|
|
- ).marginOnly(left: 12),
|
|
|
+ minHeight: 30,
|
|
|
+ ).marginOnly(left: 6),
|
|
|
),
|
|
|
),
|
|
|
|
|
@@ -498,12 +502,13 @@ class LabourRequestItem extends StatelessWidget {
|
|
|
},
|
|
|
text: "Status".tr,
|
|
|
textColor: ColorConstants.white,
|
|
|
+ fontSize: 12,
|
|
|
backgroundColor: hexToColor("#0AC074"),
|
|
|
radius: 17.25,
|
|
|
- padding: const EdgeInsets.symmetric(horizontal: 8),
|
|
|
+ padding: const EdgeInsets.symmetric(horizontal: 5),
|
|
|
minWidth: 60,
|
|
|
- minHeight: 35,
|
|
|
- ).marginOnly(left: 12),
|
|
|
+ minHeight: 30,
|
|
|
+ ).marginOnly(left: 6),
|
|
|
),
|
|
|
),
|
|
|
|
|
@@ -518,12 +523,13 @@ class LabourRequestItem extends StatelessWidget {
|
|
|
},
|
|
|
text: "Delete".tr,
|
|
|
textColor: ColorConstants.white,
|
|
|
+ fontSize: 12,
|
|
|
backgroundColor: Colors.redAccent,
|
|
|
radius: 17.25,
|
|
|
- padding: const EdgeInsets.symmetric(horizontal: 8),
|
|
|
+ padding: const EdgeInsets.symmetric(horizontal: 5),
|
|
|
minWidth: 60,
|
|
|
- minHeight: 35,
|
|
|
- ).marginOnly(left: 12),
|
|
|
+ minHeight: 30,
|
|
|
+ ).marginOnly(left: 6),
|
|
|
),
|
|
|
),
|
|
|
],
|