调整对话框背景图适应方式,简化赛事信息复制按钮标签
This commit is contained in:
@@ -107,7 +107,7 @@ class RecordDialog extends StatelessWidget {
|
|||||||
Assets.images.imageDialogBg.path,
|
Assets.images.imageDialogBg.path,
|
||||||
width: double.maxFinite,
|
width: double.maxFinite,
|
||||||
height: 155.h,
|
height: 155.h,
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.fitWidth,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Column(
|
Column(
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ class _HeaderPasteActions extends StatelessWidget {
|
|||||||
return Row(
|
return Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.end,
|
mainAxisAlignment: MainAxisAlignment.end,
|
||||||
children: [
|
children: [
|
||||||
_HeaderActionButton(label: '模拟复制赛事信息', onPressed: onMockCopy),
|
_HeaderActionButton(label: 'mock', onPressed: onMockCopy),
|
||||||
_HeaderActionButton(
|
_HeaderActionButton(
|
||||||
label: '粘贴选手信息',
|
label: '粘贴选手信息',
|
||||||
onPressed: () => onPasteEventInfo(),
|
onPressed: () => onPasteEventInfo(),
|
||||||
|
|||||||
Reference in New Issue
Block a user