任务发布/我发布的——取消订单功能与手机大小不适配

pull/1/head
戴余标 3 years ago
parent 7f6d97c230
commit 488d8886cc

@ -30,9 +30,9 @@ class _TaskCancelDialogState extends State<TaskCancelDialog> {
children: [ children: [
Assets.icons.cancelTask.image( Assets.icons.cancelTask.image(
width: double.infinity, width: double.infinity,
height: 420.w, height: 390.w,
), ),
64.hb, 24.hb,
'确定要取消任务吗?'.text.size(36.sp).black.bold.make(), '确定要取消任务吗?'.text.size(36.sp).black.bold.make(),
24.hb, 24.hb,
'不再等等吗?马上就会有人来接单了!' '不再等等吗?马上就会有人来接单了!'
@ -40,7 +40,7 @@ class _TaskCancelDialogState extends State<TaskCancelDialog> {
.size(28.sp) .size(28.sp)
.color(Colors.black.withOpacity(0.45)) .color(Colors.black.withOpacity(0.45))
.make(), .make(),
80.hb, 24.hb,
Row( Row(
children: [ children: [
MaterialButton( MaterialButton(

Loading…
Cancel
Save