update
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
<div class="relative text-center h-[56.154vw] md:h-[11.406vw]">
|
||||
<p
|
||||
class="post w-[30.769vw] md:w-[6.979vw] h-[9.487vw] md:h-[2.24vw] flexBox text-[3.59vw] md:text-[0.938vw] absolute left-0 bottom-0 bg-white rounded-tr-[3.59vw] md:rounded-tr-[0.781vw]">
|
||||
{{props.course?.price == 0 ? 'رایگان' : props.course?.price + ',000'}}
|
||||
{{props.course?.price == 0 ? 'رایگان' : numberFormat(props.course?.price) }}
|
||||
<span v-if="!props.course?.price == 0" class="ms-[1vw] md:ms-[0.2vw] text-[2.236vw] md:text-[0.585vw]">تومان</span>
|
||||
</p>
|
||||
<NuxtImg style="object-fit: cover;" :src="props.course?.image" alt="laravel"
|
||||
|
||||
Reference in New Issue
Block a user