overhidden address

This commit is contained in:
liangping 2023-12-26 15:44:48 +08:00
parent 13f80bf0d6
commit 3a3ffd5e36

View File

@ -667,7 +667,7 @@ function mapDelegators(messages: any[]) {
</thead>
<tbody>
<tr v-for="(item, i) in events.tx_responses">
<td class="pr-2 text-primary" style="max-width: 250px">
<td class="pr-2 truncate text-primary" style="max-width: 250px">
<RouterLink v-for="d in mapDelegators(item.tx?.body?.messages)" :to="`/${props.chain}/account/${d}`">
{{ d }}
</RouterLink>