diff --git a/src/components/model-data-magic/components/product-list-show.vue b/src/components/model-data-magic/components/product-list-show.vue
index fe834339..47c6c8fc 100644
--- a/src/components/model-data-magic/components/product-list-show.vue
+++ b/src/components/model-data-magic/components/product-list-show.vue
@@ -10,7 +10,7 @@
-
{{ item.title }}
+
{{ item.title }}
{{ item.show_price_symbol }}{{ item.min_price }}
@@ -36,7 +36,7 @@
- {{ item.title }}
+ {{ item.title }}
@@ -48,7 +48,7 @@
-
{{ item.title }}
+
{{ item.title }}
{{ item.show_price_symbol }}{{ item.min_price }}
@@ -71,7 +71,7 @@
-
{{ item.title }}
+
{{ item.title }}
{{ item.show_price_symbol }}{{ item.min_price }}
@@ -145,4 +145,7 @@ watchEffect(() => {
.half-width {
width: 50%;
}
+.shop-title {
+ line-height: 2rem;
+}
\ No newline at end of file