Search style update

This commit is contained in:
Douglas Barone 2020-12-09 14:03:16 -04:00
parent 9f663419c2
commit 92f03ef0a8
3 changed files with 11 additions and 11 deletions

View File

@ -1,20 +1,20 @@
<template> <template>
<div> <div>
<v-toolbar <v-toolbar
height="100" height="115"
class="align-content-center bottom-border" class="align-content-center bottom-border"
flat flat
tile tile
> >
<v-text-field <v-text-field
v-model="search" v-model="search"
:loading="$apollo.queries.userPresence.loading"
class="mt-6 search" class="mt-6 search"
label="Pesquisar" label="Pesquisar"
hint="Ex.: jose, pp, sala 102, 10.7." hint="Ex.: jose, pp, sala 102, 10.7."
prepend-icon="mdi-account-search" prepend-icon="mdi-account-search"
clearable clearable
filled outlined
rounded
style="max-width: 512px" style="max-width: 512px"
> >
<v-progress-circular <v-progress-circular

View File

@ -1,15 +1,15 @@
<template> <template>
<div> <div>
<v-toolbar height="100" class="align-content-center bottom-border" flat> <v-toolbar height="115" class="align-content-center bottom-border" flat>
<v-text-field <v-text-field
v-model="search" v-model="search"
:loading="$apollo.queries.wifiDevices.loading"
class="mt-6 search" class="mt-6 search"
label="Pesquisar" label="Pesquisar"
hint="MAC/IP/Usuário" hint="MAC/IP/Usuário"
prepend-icon="mdi-cellphone" prepend-icon="mdi-magnify"
clearable clearable
filled outlined
rounded
style="max-width: 512px" style="max-width: 512px"
/> />
@ -30,7 +30,7 @@
</v-tooltip> </v-tooltip>
</v-toolbar> </v-toolbar>
<v-container fluid> <v-container fluid>
<div v-if="stats" class="text-center my-4"> <div v-if="wifiDevices" class="text-center my-4">
<v-chip color="green" class="mr-1" dark> <v-chip color="green" class="mr-1" dark>
{{ {{
wifiDevices && wifiDevices.filter(device => device.isOnline).length wifiDevices && wifiDevices.filter(device => device.isOnline).length

View File

@ -1,15 +1,15 @@
<template> <template>
<div> <div>
<v-toolbar height="100" class="align-content-center bottom-border" flat> <v-toolbar height="115" class="align-content-center bottom-border" flat>
<v-text-field <v-text-field
v-model="search" v-model="search"
:loading="$apollo.queries.wifiUsers.loading"
class="mt-6 search" class="mt-6 search"
label="Pesquisar" label="Pesquisar"
hint="Nome/conta" hint="Nome/conta"
prepend-icon="mdi-account-search" prepend-icon="mdi-account-search"
clearable clearable
filled outlined
rounded
style="max-width: 512px" style="max-width: 512px"
/> />