new changes
This commit is contained in:
@@ -62,25 +62,15 @@ const addNew = () => {
|
||||
"
|
||||
>
|
||||
<DialogTrigger>
|
||||
<button
|
||||
class="flex items-center gap-1 rtl:flex-row-reverse font-iran-yekan-x cursor-pointer"
|
||||
<Button
|
||||
:end-icon="!!address ? 'bi:pen' : 'bi:plus'"
|
||||
size="md"
|
||||
class="rounded-full"
|
||||
>
|
||||
<span class="font-bold text-cyan-500 text-sm lg:text-[1rem]">
|
||||
<span class="font-bold">
|
||||
{{ !!address ? "ویرایش آدرس" : "افزودن آدرس" }}
|
||||
</span>
|
||||
<Icon
|
||||
v-if="!!address"
|
||||
name="bi:pen"
|
||||
class="**:fill-cyan-500"
|
||||
size="16"
|
||||
/>
|
||||
<Icon
|
||||
v-else
|
||||
name="bi:plus"
|
||||
class="**:stroke-cyan-500"
|
||||
size="20"
|
||||
/>
|
||||
</button>
|
||||
</Button>
|
||||
</DialogTrigger>
|
||||
<DialogPortal>
|
||||
<DialogOverlay
|
||||
|
||||
Reference in New Issue
Block a user