From b17d6fd6bf6540490e0fb673a832f0e117d6ad91 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Sat, 6 May 2023 17:35:54 +0800 Subject: [PATCH] feat: table overflow --- src/modules/[chain]/block/index.vue | 4 +- src/modules/[chain]/gov/[proposal_id].vue | 21 ++++++---- src/modules/[chain]/ibc/[connection_id].vue | 46 +++++++++++---------- src/modules/[chain]/ibc/index.vue | 34 ++++++++------- 4 files changed, 56 insertions(+), 49 deletions(-) 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) {