Modification de la searchbar

This commit is contained in:
PascalMarchesseault
2024-06-25 19:16:37 -04:00
parent 154bc1669a
commit faccc2ceb3
4 changed files with 69 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<div v-if="showPopup"
ref="popupRef"
class="bg-white shadow-md shadow-gray-700 top-16 left-0 absolute z-50 rounded-br-2xl border-t-2 border-gray-800"
class="bg-white shadow-md shadow-gray-700 top-14 left-0 absolute z-50 rounded-br-2xl border-t-2 border-gray-800"
@mouseleave="handleMouseLeave"
@mouseenter="handleMouseEnter">
<SiteMenu></SiteMenu>
@@ -27,11 +27,14 @@
<div class="flex items-center">
<v-text-field
density=compact
rounded
variant="outlined"
v-model="searchQuery"
placeholder="Search"
hide-details
clearable
class="rounded-full mx-2 w-80"
class="rounded-full mx-2 w-80 "
append-inner-icon="mdi-magnify"
@click:append-inner="onSearch">
</v-text-field>