Skip to content
Snippets Groups Projects
Commit 6225734c authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

reduce rounded

parent 39791ec5
No related branches found
No related tags found
No related merge requests found
Pipeline #119712 passed with stages
in 6 minutes and 22 seconds
...@@ -355,11 +355,11 @@ async function downloadData() { ...@@ -355,11 +355,11 @@ async function downloadData() {
</v-btn> </v-btn>
</v-badge> </v-badge>
<v-spacer></v-spacer> <v-spacer></v-spacer>
<v-card flat color="transparent" :min-width="400" class="mx-2"> <v-card variant="flat" color="transparent" :min-width="400" class="mx-2" :rounded="false">
<v-text-field v-model="search" label="Search..." hide-details="auto" <v-text-field v-model="search" label="Search..." hide-details="auto"
prepend-inner-icon="mdi-magnify" single-line clearable></v-text-field> prepend-inner-icon="mdi-magnify" single-line clearable></v-text-field>
</v-card> </v-card>
<v-card flat color="transparent" :min-width="500" class="mx-2"> <v-card variant="flat" color="transparent" :min-width="500" class="mx-2" :rounded="false">
<v-autocomplete ref="autocompleteInput" hide-details v-model:model-value="filterOrSearch" <v-autocomplete ref="autocompleteInput" hide-details v-model:model-value="filterOrSearch"
auto-select-first chips clearable label="Filter results..." :items="autocompleteItems" auto-select-first chips clearable label="Filter results..." :items="autocompleteItems"
single-line item-value="value" item-title="title" multiple return-object single-line item-value="value" item-title="title" multiple return-object
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment