update
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
<!-- comment 1 -->
|
||||
<div
|
||||
v-for="item in props.props" :key="item.id"
|
||||
v-for="item in props?.props" :key="item?.id"
|
||||
class="mt-[1vw] relative bg-[#F8F8F8] rounded-[3.846vw] md:rounded-[0.781vw] flex justify-between p-[4vw] md:p-[1.55vw]"
|
||||
>
|
||||
<img
|
||||
@@ -41,7 +41,7 @@
|
||||
<p
|
||||
class="w-[98%] text-[3.19vw] md:text-[0.833vw] text-[#383E43] leading-[4.785vw] md:leading-[1.25vw] mt-[2vw] md:mt-[0.5vw]"
|
||||
>
|
||||
{{ item.text }}
|
||||
{{ item?.text }}
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user