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="overflow-x-auto">
|
||||
<table class="table staking-table w-full">
|
||||
<thead>
|
||||
<thead class=" bg-base-200">
|
||||
<tr>
|
||||
<th
|
||||
scope="col"
|
||||
|
@ -34,7 +34,7 @@ function pageload(p: number) {
|
||||
<template>
|
||||
<div class="overflow-auto">
|
||||
<table class="table table-compact">
|
||||
<thead>
|
||||
<thead class=" bg-base-200">
|
||||
<tr>
|
||||
<td>Token</td>
|
||||
<td>Amount</td>
|
||||
|
@ -229,7 +229,7 @@ function fetchAllKeyRotation() {
|
||||
|
||||
<div :class="tab === '3' ? '' : 'hidden'" class="overflow-x-auto">
|
||||
<table class="table table-compact w-full mt-5">
|
||||
<thead class="capitalize">
|
||||
<thead class="capitalize bg-base-200">
|
||||
<tr>
|
||||
<td>{{ $t('account.validator') }}</td>
|
||||
<td class="text-right">{{ $t('module.uptime') }}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user