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

View File

@ -1,15 +1,15 @@
<template>
<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-model="search"
:loading="$apollo.queries.wifiDevices.loading"
class="mt-6 search"
label="Pesquisar"
hint="MAC/IP/Usuário"
prepend-icon="mdi-cellphone"
prepend-icon="mdi-magnify"
clearable
filled
outlined
rounded
style="max-width: 512px"
/>
@ -30,7 +30,7 @@
</v-tooltip>
</v-toolbar>
<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>
{{
wifiDevices && wifiDevices.filter(device => device.isOnline).length

View File

@ -1,15 +1,15 @@
<template>
<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-model="search"
:loading="$apollo.queries.wifiUsers.loading"
class="mt-6 search"
label="Pesquisar"
hint="Nome/conta"
prepend-icon="mdi-account-search"
clearable
filled
outlined
rounded
style="max-width: 512px"
/>