تغییرات دکمه
This commit is contained in:
parent
5f6aeb8d47
commit
4e676bb758
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user