forked from cerc-io/cosmos-explorer
add bg color for table header
This commit is contained in:
parent
903e3cbae9
commit
87197797a9
@ -306,7 +306,7 @@ loadAvatars();
|
|||||||
<div class="bg-base-100 px-4 pt-3 pb-4 rounded shadow">
|
<div class="bg-base-100 px-4 pt-3 pb-4 rounded shadow">
|
||||||
<div class="overflow-x-auto">
|
<div class="overflow-x-auto">
|
||||||
<table class="table staking-table w-full">
|
<table class="table staking-table w-full">
|
||||||
<thead>
|
<thead class=" bg-base-200">
|
||||||
<tr>
|
<tr>
|
||||||
<th
|
<th
|
||||||
scope="col"
|
scope="col"
|
||||||
|
@ -34,7 +34,7 @@ function pageload(p: number) {
|
|||||||
<template>
|
<template>
|
||||||
<div class="overflow-auto">
|
<div class="overflow-auto">
|
||||||
<table class="table table-compact">
|
<table class="table table-compact">
|
||||||
<thead>
|
<thead class=" bg-base-200">
|
||||||
<tr>
|
<tr>
|
||||||
<td>Token</td>
|
<td>Token</td>
|
||||||
<td>Amount</td>
|
<td>Amount</td>
|
||||||
|
@ -229,7 +229,7 @@ function fetchAllKeyRotation() {
|
|||||||
|
|
||||||
<div :class="tab === '3' ? '' : 'hidden'" class="overflow-x-auto">
|
<div :class="tab === '3' ? '' : 'hidden'" class="overflow-x-auto">
|
||||||
<table class="table table-compact w-full mt-5">
|
<table class="table table-compact w-full mt-5">
|
||||||
<thead class="capitalize">
|
<thead class="capitalize bg-base-200">
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $t('account.validator') }}</td>
|
<td>{{ $t('account.validator') }}</td>
|
||||||
<td class="text-right">{{ $t('module.uptime') }}</td>
|
<td class="text-right">{{ $t('module.uptime') }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user