add bg color for table header

This commit is contained in:
liangping 2024-03-29 10:48:50 +08:00
parent 903e3cbae9
commit 87197797a9
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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>