0
0
Fork 0

Change EntryBuys table image proportions

This commit is contained in:
William Buezas 2024-02-05 08:32:56 -03:00
parent 6c8e736b17
commit 584511bc62
1 changed files with 2 additions and 2 deletions

View File

@ -273,8 +273,8 @@ onMounted(async () => {
:src="`/api/Images/catalog/50x50/${row.itemFk}/download?access_token=${token}`"
spinner-color="primary"
:ratio="1"
height="192"
width="192"
height="50px"
width="50px"
class="image"
/>
</QTd>