|
|
@@ -352,7 +352,7 @@ class _ReapSampleTaskPageState extends BaseLifecycleState<ReapSampleTaskPage> wi
|
|
352
|
352
|
|
|
353
|
353
|
Widget buildButton() {
|
|
354
|
354
|
Widget child;
|
|
355
|
|
- EdgeInsets margin = EdgeInsets.only(left: 8, right: 8, top: 12, bottom: getBottomPadding(12));
|
|
|
355
|
+ EdgeInsets margin = EdgeInsets.only(left: 4, right: 4, top: 12, bottom: getBottomPadding(12));
|
|
356
|
356
|
Widget ewmWidget = (pageStatus.value.data?.ewmfilePictureList ?? []).isEmpty
|
|
357
|
357
|
? const SizedBox.shrink()
|
|
358
|
358
|
: Expanded(child: MyButton('查看二维码', onTap: startQRCode, margin: margin));
|