Arrange app-bar

This commit is contained in:
Douglas Barone 2023-07-04 09:17:11 -04:00
parent 41e347d668
commit ae0a1a817d

View File

@ -7,10 +7,24 @@
indeterminate indeterminate
/> />
<v-app-bar :elevation="0"> <v-app-bar :elevation="0">
<v-select
class="ml-2"
:items="campiSelectItems"
v-model="appStore.selectedCampus"
@update:model-value="appStore.fetchPrinters"
hide-details
center-affix
variant="solo"
density="compact"
style="max-width: 200px"
prepend-inner-icon="mdi-domain"
label="Campus"
rounded
/>
<v-text-field <v-text-field
class="ml-2" class="ml-2"
density="compact" density="compact"
style="max-width: 350px" style="max-width: 200px"
placeholder="Pesquisar" placeholder="Pesquisar"
hide-details hide-details
rounded rounded
@ -20,19 +34,6 @@
v-model.lazy="appStore.printerFilter" v-model.lazy="appStore.printerFilter"
/> />
<v-select
class="ml-3"
:items="campiSelectItems"
v-model="appStore.selectedCampus"
@update:model-value="appStore.fetchPrinters"
hide-details
variant="solo"
density="compact"
style="max-width: 200px"
prepend-inner-icon="mdi-domain"
label="Campus"
rounded
/>
<v-spacer /> <v-spacer />
<v-btn <v-btn
icon="mdi-refresh" icon="mdi-refresh"