feat: refs #7449 added padding to claimLines fields
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
90b534ccdc
commit
d510c49670
|
@ -78,6 +78,8 @@ const columns = computed(() => [
|
|||
label: t('Quantity'),
|
||||
field: ({ sale }) => sale.quantity,
|
||||
sortable: true,
|
||||
style: 'padding-right: 20px;',
|
||||
headerStyle: 'padding-right: 20px;'
|
||||
},
|
||||
{
|
||||
name: 'claimed',
|
||||
|
@ -110,6 +112,8 @@ const columns = computed(() => [
|
|||
field: ({ sale }) => totalRow(sale),
|
||||
format: (value) => toCurrency(value),
|
||||
sortable: true,
|
||||
style: 'padding-right: 20px;',
|
||||
headerStyle: 'padding-right: 20px;'
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue