#42 width 20% + 20% + 60%
This commit is contained in:
@@ -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%' }
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user