diff --git a/src/views/count.vue b/src/views/count.vue index 976c3aea..18ef1a78 100644 --- a/src/views/count.vue +++ b/src/views/count.vue @@ -8,54 +8,56 @@ -
-
- -
-
+
+ +
+ +
+ + +

{{ product.productName }}

+

{{ product.sku }}

+
+
+ +
- -

{{ product.productName }}

-

{{ product.sku }}

-
+ + + {{ $filters.getFeature(product.featureHierarchy, '1/COLOR/') }} + + + + {{ $filters.getFeature(product.featureHierarchy, '1/SIZE/') }} +
- -
- - - - {{ $filters.getFeature(product.featureHierarchy, '1/COLOR/') }} - - - - {{ $filters.getFeature(product.featureHierarchy, '1/SIZE/') }} - - -
- - {{ $t("Stock") }} - - - - {{ $t("Enter the count of stock on the shelf.") }} - - - {{ $t("Location") }} - - {{ location }} - - - - -
- - {{ - $t("Save") - }} -
+ +
+ + {{ $t("Stock") }} + + + + {{ $t("Enter the count of stock on the shelf.") }} + + + {{ $t("Location") }} + + {{ location }} + + + + +
+ + {{ + $t("Save") + }} +
+
@@ -210,6 +212,7 @@ \ No newline at end of file + + @media (max-height: 750px) { + .product-image { + position: sticky; + top: 0px; + z-index: -1; + } + + .inventory-form { + background-color: var(--ion-background-color); + height: 80vh; + } + } +