diff --git a/components/ProgressCard.vue b/components/ProgressCard.vue index 2f06d6a..0a03c81 100644 --- a/components/ProgressCard.vue +++ b/components/ProgressCard.vue @@ -3,11 +3,11 @@

- - {{ props.item?.price > 0 ? numberFormat(props.item?.price) + 'تومان' : 'رایگان' }} + + {{ props.item?.item.price > 0 ? numberFormat(props.item?.item.price) + 'تومان' : 'رایگان' }}

- - {{ props.item?.name }} + {{ props.item?.item.name }}

میزان مشاهده

-

0 %

+

{{ Math.floor(props.item.completionPercentage) }} %

@@ -45,10 +46,12 @@ @@ -80,7 +83,6 @@ const change = () =>{ } #progressbar > div { background-color: #0d3f40; - width: 77%; float: left; left: 0; diff --git a/components/home-page/About-us.vue b/components/home-page/About-us.vue index 6ae0c6a..023ce40 100644 --- a/components/home-page/About-us.vue +++ b/components/home-page/About-us.vue @@ -10,11 +10,11 @@ > درباره ما -

- -

+
@@ -29,9 +29,7 @@