diff --git a/src/modules/[chain]/block/index.vue b/src/modules/[chain]/block/index.vue index c3dd8eab..b735cf2e 100644 --- a/src/modules/[chain]/block/index.vue +++ b/src/modules/[chain]/block/index.vue @@ -31,7 +31,7 @@ const format = useFormatter(); - + @@ -61,7 +61,7 @@ const format = useFormatter();
HeightHeight Hash Proposer Txs
- + diff --git a/src/modules/[chain]/gov/[proposal_id].vue b/src/modules/[chain]/gov/[proposal_id].vue index 7428ca55..da064ce0 100644 --- a/src/modules/[chain]/gov/[proposal_id].vue +++ b/src/modules/[chain]/gov/[proposal_id].vue @@ -293,15 +293,18 @@ const processList = computed(()=>{

Votes

-
HashHash Messages Fees
- - - - - - -
{{ item.voter }}{{ item.option }}
- Load more +
+ + + + + + + +
{{ item.voter }}{{ item.option }}
+ + Load more +
diff --git a/src/modules/[chain]/ibc/[connection_id].vue b/src/modules/[chain]/ibc/[connection_id].vue index 9a3974ee..c6a18550 100644 --- a/src/modules/[chain]/ibc/[connection_id].vue +++ b/src/modules/[chain]/ibc/[connection_id].vue @@ -79,28 +79,30 @@ function color(v: string) {

Channels

- - - - - - - - - - - - - - - - - - - - - -
Channel IdPort IdCounterpartyHopsVersionOrderingState
{{ v.channel_id }}{{ v.port_id }}{{ v.counterparty?.port_id }}/{{ v.counterparty?.channel_id }}{{ v.connection_hops.join(", ") }} {{ v.version }} {{ v.ordering }}{{ v.state }}
+
+ + + + + + + + + + + + + + + + + + + + + +
Channel IdPort IdCounterpartyHopsVersionOrderingState
{{ v.channel_id }}{{ v.port_id }}{{ v.counterparty?.port_id }}/{{ v.counterparty?.channel_id }}{{ v.connection_hops.join(", ") }} {{ v.version }} {{ v.ordering }}{{ v.state }}
+
diff --git a/src/modules/[chain]/ibc/index.vue b/src/modules/[chain]/ibc/index.vue index 4d426488..b66a22fe 100644 --- a/src/modules/[chain]/ibc/index.vue +++ b/src/modules/[chain]/ibc/index.vue @@ -23,22 +23,24 @@ function color(v: string) {