#42 width 20% + 20% + 60%

This commit is contained in:
Dominic Villemure
2024-05-18 12:08:59 -04:00
parent ef0d1a041d
commit 35b43a300d

View File

@@ -146,8 +146,8 @@ const currentUserName = ref("INVITÉ");
let currentUser = null; let currentUser = null;
const headers = ref([ const headers = ref([
{ title: 'Montant', value: 'amount', width: '10%' }, { title: 'Montant', value: 'amount', width: '20%' },
{ title: 'Date', value: 'created', width: '10%' }, { title: 'Date', value: 'created', width: '20%' },
{ title: 'Message', value: 'tipMessage', width: '60%' } { title: 'Message', value: 'tipMessage', width: '60%' }
]); ]);