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}`"
|
:src="`/api/Images/catalog/50x50/${row.itemFk}/download?access_token=${token}`"
|
||||||
spinner-color="primary"
|
spinner-color="primary"
|
||||||
:ratio="1"
|
:ratio="1"
|
||||||
height="192"
|
height="50px"
|
||||||
width="192"
|
width="50px"
|
||||||
class="image"
|
class="image"
|
||||||
/>
|
/>
|
||||||
</QTd>
|
</QTd>
|
||||||
|
|
Loading…
Reference in New Issue