Updated
This commit is contained in:
@@ -62,7 +62,7 @@ const limitedComments = computed(() => {
|
|||||||
>
|
>
|
||||||
<textarea
|
<textarea
|
||||||
:disabled="!token"
|
:disabled="!token"
|
||||||
class="w-full min-h-[200px] field-sizing-content rounded-xl bg-white p-4 border border-slate-200 placeholder:text-xs lg:placeholder:text-sm placeholder:font-normal"
|
class="w-full min-h-[125px] resize-none sm:min-h-[200px] field-sizing-content rounded-xl bg-white p-4 border border-slate-200 placeholder:text-xs lg:placeholder:text-sm placeholder:font-normal"
|
||||||
v-model="userComment"
|
v-model="userComment"
|
||||||
placeholder="نظر خود را بنویسید..."
|
placeholder="نظر خود را بنویسید..."
|
||||||
/>
|
/>
|
||||||
@@ -98,15 +98,6 @@ const limitedComments = computed(() => {
|
|||||||
:username="'منصور مرزبان'"
|
:username="'منصور مرزبان'"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
|
||||||
class="h-[400px] lg:flex-grow w-full border-[0.5px] flex-col-center border-slate-200 bg-white rounded-xl"
|
|
||||||
>
|
|
||||||
<NuxtImg
|
|
||||||
src="/img/heymlz/heymlz-contact-us.gif"
|
|
||||||
class="w-[200px] lg:w-[300px] translate-y-[-25px]"
|
|
||||||
/>
|
|
||||||
<span class="text-xl text-black font-semibold translate-y-[-25px]"> هیچ نظری ثبت نشده است </span>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
v-if="comments!.count > 0"
|
v-if="comments!.count > 0"
|
||||||
class="flex items-center justify-center w-full"
|
class="flex items-center justify-center w-full"
|
||||||
@@ -127,6 +118,16 @@ const limitedComments = computed(() => {
|
|||||||
نمایش همه
|
نمایش همه
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
v-else
|
||||||
|
class="h-[400px] lg:flex-grow w-full border-[0.5px] flex-col-center border-slate-200 bg-white rounded-xl"
|
||||||
|
>
|
||||||
|
<NuxtImg
|
||||||
|
src="/img/heymlz/heymlz-contact-us.gif"
|
||||||
|
class="w-[200px] lg:w-[300px] translate-y-[-25px]"
|
||||||
|
/>
|
||||||
|
<span class="text-xl text-black font-semibold translate-y-[-25px]"> هیچ نظری ثبت نشده است </span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user