refactor: refs #8699 adjust column alignment in ExtraCommunity.vue for better readability #1647

Merged
pablone merged 3 commits from 8699-align-correctly-extra-comunity-columns into dev 2025-03-27 10:39:44 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 169ebbe593 - Show all commits

View File

@ -197,8 +197,9 @@ const columns = computed(() => [
label: '%',
field: '',
name: 'percentage',
align: 'center',
align: 'right',
showValue: false,
sortable: true,
},
{
label: t('extraCommunity.kg'),
@ -528,7 +529,7 @@ watch(route, () => {
? `${props.row.percentageKg}%`
: '-'
"
class="text-left q-py-xs q-px-sm"
class="text-right q-py-xs q-px-sm"
:color="getColor(props.row.percentageKg)"
/>
<span