changed some style
This commit is contained in:
@@ -65,13 +65,13 @@ watch(
|
|||||||
<div
|
<div
|
||||||
class="flex flex-col items-center lg:items-start gap-[1rem] lg:gap-[1.5rem] text-black w-full"
|
class="flex flex-col items-center lg:items-start gap-[1rem] lg:gap-[1.5rem] text-black w-full"
|
||||||
>
|
>
|
||||||
<div class="flex-center gap-[.75rem]">
|
<!-- <div class="flex-center gap-[.75rem]">
|
||||||
<span class="text-xs lg:text-sm">خانه</span>
|
<span class="text-xs lg:text-sm">خانه</span>
|
||||||
<span class="text-xs lg:text-sm">/</span>
|
<span class="text-xs lg:text-sm">/</span>
|
||||||
<span class="text-xs lg:text-sm">محصولات</span>
|
<span class="text-xs lg:text-sm">محصولات</span>
|
||||||
<span class="text-xs lg:text-sm">/</span>
|
<span class="text-xs lg:text-sm">/</span>
|
||||||
<span class="text-xs lg:text-sm">همه</span>
|
<span class="text-xs lg:text-sm">همه</span>
|
||||||
</div>
|
</div> -->
|
||||||
<h1 class="typo-h-5 lg:typo-h-4">لیست محصولات</h1>
|
<h1 class="typo-h-5 lg:typo-h-4">لیست محصولات</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ watch(
|
|||||||
placeholder="جست و جو محصول ..."
|
placeholder="جست و جو محصول ..."
|
||||||
v-model="search"
|
v-model="search"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
class="!rounded-full w-full lg:w-8/12"
|
class="!rounded-xl w-full lg:w-8/12"
|
||||||
>
|
>
|
||||||
<template #endItem>
|
<template #endItem>
|
||||||
<div class="flex items-center gap-1">
|
<div class="flex items-center gap-1">
|
||||||
@@ -97,7 +97,7 @@ watch(
|
|||||||
<FilterButton />
|
<FilterButton />
|
||||||
<template #fallback>
|
<template #fallback>
|
||||||
<Skeleton
|
<Skeleton
|
||||||
class="!size-11 lg:!w-[10.35rem] lg:!h-[3.35rem] shrink-0 !rounded-full"
|
class="!size-11 lg:!w-[10.35rem] lg:!h-[3.35rem] shrink-0 !rounded-xl"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
|||||||
Reference in New Issue
Block a user