added mobile style
This commit is contained in:
@@ -127,7 +127,7 @@ watch(
|
|||||||
:title="!!address ? 'ویرایش آدرس' : 'افزودن آدرس'"
|
:title="!!address ? 'ویرایش آدرس' : 'افزودن آدرس'"
|
||||||
:icon="!!address ? 'bi:pen' : 'ci:plus'"
|
:icon="!!address ? 'bi:pen' : 'ci:plus'"
|
||||||
:iconSize="!!address ? '20' : '32'"
|
:iconSize="!!address ? '20' : '32'"
|
||||||
contectClass="!w-[70vw]"
|
contectClass="w-full max-lg:container lg:!w-[70vw]"
|
||||||
@close="closeModal"
|
@close="closeModal"
|
||||||
>
|
>
|
||||||
<template #trigger>
|
<template #trigger>
|
||||||
@@ -252,7 +252,7 @@ watch(
|
|||||||
id="address"
|
id="address"
|
||||||
placeholder="آدرس خود را بنویسید"
|
placeholder="آدرس خود را بنویسید"
|
||||||
v-model="addressData.address"
|
v-model="addressData.address"
|
||||||
class="flex items-center field-sizing-content resize-none bg-slate-50 border-slate-200 hover:border-black focus:border-black max-h-[10rem] text-black justify-between cursor-text transition-all border-[1.5px] gap-3 typo-label-md px-4 py-3.5 selection:bg-slate-100 rounded-100 outline-none flex-1 !text-sm placeholder-slate-400"
|
class="flex items-center field-sizing-content resize-none bg-slate-50 border-slate-200 hover:border-black focus:border-black max-h-[10rem] text-black justify-between cursor-text transition-all border-[1.5px] gap-3 typo-label-md px-4 py-1.5 lg:py-3.5 selection:bg-slate-100 rounded-md lg:rounded-100 outline-none flex-1 text-xs lg:!text-sm placeholder-slate-400"
|
||||||
></textarea>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user