FIX_bug 2
This commit is contained in:
parent
2347ec43a4
commit
6c91f141d5
@ -1016,22 +1016,30 @@ class _PayoutReportScreenState extends ConsumerState<PayoutReportScreen> {
|
|||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
flex: 2,
|
flex: 2,
|
||||||
|
child: Align(
|
||||||
|
alignment: Alignment.topRight,
|
||||||
child: Text(
|
child: Text(
|
||||||
_cell(item, ['premium']),
|
_cell(item, ['premium']),
|
||||||
style: rowStyle,
|
style: rowStyle,
|
||||||
|
textAlign: TextAlign.right,
|
||||||
maxLines: 2,
|
maxLines: 2,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
flex: 2,
|
flex: 2,
|
||||||
|
child: Align(
|
||||||
|
alignment: Alignment.topRight,
|
||||||
child: Text(
|
child: Text(
|
||||||
_cell(item, ['commission_amount']),
|
_cell(item, ['commission_amount']),
|
||||||
style: rowStyle,
|
style: rowStyle,
|
||||||
|
textAlign: TextAlign.right,
|
||||||
maxLines: 2,
|
maxLines: 2,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
flex: 2,
|
flex: 2,
|
||||||
child: Text(
|
child: Text(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user