تغییرات دکمه

This commit is contained in:
Mehdi104797 2025-05-06 11:54:55 +03:30
parent 5f6aeb8d47
commit 4e676bb758

View File

@ -539,9 +539,7 @@ const SearchList = defineAsyncComponent(
<!-- @update:modelValue="onUpdateModel" --> <!-- @update:modelValue="onUpdateModel" -->
<!-- @update:searchTerm="onUpdateModel" --> <!-- @update:searchTerm="onUpdateModel" -->
</UInput> </UInput>
</div> <UButton
<!-- 'similar-mode': route.query.f_aik?.length, -->
<UButton
class="my-trailing-button" class="my-trailing-button"
:class="{ :class="{
'close-mode': searchTerm.length, 'close-mode': searchTerm.length,
@ -551,6 +549,9 @@ const SearchList = defineAsyncComponent(
> >
<!-- <UIcon name="i-lucide-search" /> --> <!-- <UIcon name="i-lucide-search" /> -->
</UButton> </UButton>
</div>
<!-- 'similar-mode': route.query.f_aik?.length, -->
<!-- </client-only> --> <!-- </client-only> -->
</div> </div>
<div <div