From 0f9b1657b41f49de2a3abc999aa64a9f9e4a741e Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Sat, 10 Feb 2024 14:49:24 +0100 Subject: [PATCH] Map width change --- resources/js/Pages/IkeaRoot.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue index 47cf76d..eaf20eb 100644 --- a/resources/js/Pages/IkeaRoot.vue +++ b/resources/js/Pages/IkeaRoot.vue @@ -48,7 +48,7 @@ const itemCode = ref(null); const options = { region: 150, - width: 500, + width: 400, height: 310, }; @@ -197,8 +197,8 @@ const hproducts = ref([ ]); const hresults = ref([ { text: "Code", value: "code", sortable: true }, - { text: "Name of product", value: "item", sortable: true }, - { text: "Description", value: "desc", sortable: true }, + // { text: "Name of product", value: "item", sortable: true }, + // { text: "Description", value: "desc", sortable: true }, { text: "Description Long", value: "descLong", sortable: true }, { text: "Units", value: "units", sortable: true }, { text: "Price", value: "price", sortable: true },