From 584511bc62f1e8f57465f0f11417e84edc488468 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Mon, 5 Feb 2024 08:32:56 -0300 Subject: [PATCH] Change EntryBuys table image proportions --- src/pages/Entry/EntryLatestBuys.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Entry/EntryLatestBuys.vue b/src/pages/Entry/EntryLatestBuys.vue index 4291abcaf..a05755731 100644 --- a/src/pages/Entry/EntryLatestBuys.vue +++ b/src/pages/Entry/EntryLatestBuys.vue @@ -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" />