diff --git a/src/components/CProductCard/CProductCard.scss b/src/components/CProductCard/CProductCard.scss index 1f2c348e..c9cc0f41 100755 --- a/src/components/CProductCard/CProductCard.scss +++ b/src/components/CProductCard/CProductCard.scss @@ -13,7 +13,7 @@ .prod_price { font-size: 1.25rem; @media (max-width: 718px) { - font-size: 1rem; + font-size: 1.15rem; } } @@ -71,7 +71,7 @@ .icone_prod{ font-size: 1.25rem; @media (max-width: 718px) { - font-size: 1rem; + font-size: 1.15rem; } } diff --git a/src/components/CProductCard/CProductCard.vue b/src/components/CProductCard/CProductCard.vue index a8c5232c..ad9fee2a 100755 --- a/src/components/CProductCard/CProductCard.vue +++ b/src/components/CProductCard/CProductCard.vue @@ -1,28 +1,56 @@ - + - + @@ -442,7 +608,12 @@ - + Data Persona @@ -452,7 +623,11 @@ - +
{{ func_tools.getDateTimeShortStr(ordcart.created_at) }} @@ -470,14 +645,22 @@
- - {{ singleord.order.quantity }} - - {{ singleord.order.quantitypreordered }} + + {{ singleord.order.quantity }} + + {{ singleord.order.quantitypreordered }}
@@ -499,14 +682,38 @@ - -
- + +
+
- +
diff --git a/src/css/app.scss b/src/css/app.scss index 8ddb7cd7..52f956d3 100755 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -388,9 +388,11 @@ h3 { } .my-card-prod { + transition: box-shadow 0.3s; /* Add a transition for a smooth effect */ + box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important; width: 100%; max-width: 300px; - padding: 1rem 1rem; + padding: 0.5rem 0.5rem; box-shadow: none; diff --git a/src/views/ecommerce/orderInfo/orderInfo.ts b/src/views/ecommerce/orderInfo/orderInfo.ts index 5be53ec1..75ef25db 100755 --- a/src/views/ecommerce/orderInfo/orderInfo.ts +++ b/src/views/ecommerce/orderInfo/orderInfo.ts @@ -300,11 +300,7 @@ export default defineComponent({ title: 'Ordine' }).onOk(async () => { - let options = { - // userIdStore: order.items ? order.items[0].order.storehouse.username : '', - } - - statusnow.value = await productStore.UpdateOrderCartStatus({ order_id: order._id, status, options }) + statusnow.value = await productStore.UpdateOrderCartStatus({ order_id: order._id, status }) if (statusnow.value === status) { order.status = statusnow.value diff --git a/src/views/ecommerce/productsList/productsList.vue b/src/views/ecommerce/productsList/productsList.vue index c6da1d18..f7526f60 100755 --- a/src/views/ecommerce/productsList/productsList.vue +++ b/src/views/ecommerce/productsList/productsList.vue @@ -53,7 +53,7 @@