Minor UI changes

This commit is contained in:
Douglas Barone 2022-04-20 08:02:31 -04:00
parent 33233f5947
commit 1431329bd9

View File

@ -11,17 +11,17 @@
</v-col> </v-col>
<v-col v-if="!$apollo.queries.user.loading && username"> <v-col v-if="!$apollo.queries.user.loading && username">
<v-card> <v-card>
<v-card-title> Informações do usuário </v-card-title> <v-card-title class="font-weight-regular">
<v-card-text> Informações do usuário
<div v-if="user"> </v-card-title>
<vue-json-pretty <v-card-text v-if="user">
:data="user" <vue-json-pretty
:show-double-quotes="false" :data="user"
highlight-mouseover-node :show-double-quotes="false"
show-line highlight-mouseover-node
show-length show-line
/> show-length
</div> />
</v-card-text> </v-card-text>
</v-card> </v-card>
</v-col> </v-col>