forked from cerc-io/cosmos-explorer
commit
5fdb5eb2bc
@ -54,9 +54,17 @@ onMounted(() => {
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<VRow>
|
<VRow>
|
||||||
<VCol cols="12" md="4">Current Height: {{latest.block?.header?.height}} </VCol>
|
<VCol cols="12" md="4" >
|
||||||
<VCol cols="12" md="8"><VTextField v-model="keyword" label="Keywords to filter validators" /></VCol>
|
<VCard class="h-full self-center d-flex p-4">
|
||||||
|
<div class="self-center">Current Height: {{latest.block?.header?.height}} </div>
|
||||||
|
</VCard>
|
||||||
|
</VCol>
|
||||||
|
<VCol cols="12" md="8" class="">
|
||||||
|
<VTextField v-model="keyword" label="Keywords to filter validators" variant="outlined"/>
|
||||||
|
|
||||||
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
|
|
||||||
<VRow>
|
<VRow>
|
||||||
<VCol v-for="(v, i) in validators" cols="12" md="3" xl="2" class="py-1">
|
<VCol v-for="(v, i) in validators" cols="12" md="3" xl="2" class="py-1">
|
||||||
<div class="d-flex justify-between">
|
<div class="d-flex justify-between">
|
||||||
@ -76,3 +84,9 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</route>
|
</route>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.v-field--variant-outlined .v-field__outline__notch{
|
||||||
|
border-width: 0 !important;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user