fixed sctoll top per page change
This commit is contained in:
@@ -42,13 +42,8 @@ const { selectedVariant } = inject("productVariant") as ProductVariantProvideTyp
|
||||
</span>
|
||||
<ul class="list-disc w-full ps-5">
|
||||
<li
|
||||
v-for="detail in [
|
||||
item.detail_text1,
|
||||
item.detail_text2,
|
||||
item.detail_text3,
|
||||
item.detail_text4,
|
||||
]"
|
||||
class="text-slate-500 typo-p-md"
|
||||
v-for="detail in item.texts"
|
||||
class="text-slate-500 text-sm leading-[175%] mt-1.5"
|
||||
>
|
||||
{{ detail }}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user