Map width change

This commit is contained in:
2024-02-10 14:49:24 +01:00
parent e91f39c9e5
commit 0f9b1657b4

View File

@@ -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 },