forked from cerc-io/cosmos-explorer
add background
This commit is contained in:
parent
5ffa213b14
commit
5fed99b1ab
@ -32,7 +32,7 @@ function pageload(p: number) {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="overflow-auto">
|
<div class="overflow-auto bg-base-100">
|
||||||
<table class="table table-compact">
|
<table class="table table-compact">
|
||||||
<thead class=" bg-base-200">
|
<thead class=" bg-base-200">
|
||||||
<tr>
|
<tr>
|
||||||
@ -40,7 +40,7 @@ function pageload(p: number) {
|
|||||||
<td>Amount</td>
|
<td>Amount</td>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tr v-for="item in list">
|
<tr v-for="item in list" class="hover">
|
||||||
<td>{{ item.denom }}</td>
|
<td>{{ item.denom }}</td>
|
||||||
<td>{{ item.amount }}</td>
|
<td>{{ item.amount }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user