forked from verdnatura/salix-front
Change EntryBuys table image proportions
This commit is contained in:
parent
6c8e736b17
commit
584511bc62
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue