增加 table hover

This commit is contained in:
iVampireSP.com 2022-12-08 12:46:10 +08:00
parent 66c3a0be9f
commit af79a12fef
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<a href="?payment=transfer">转账记录</a>
<div class="overflow-auto">
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th scope="col">类型与模块</th>

View File

@ -88,7 +88,7 @@
<h3 class="mt-3">充值记录</h3>
<div class="overflow-auto">
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th scope="col">订单号</th>

View File

@ -31,7 +31,7 @@
<h2 class="mt-3">充值记录</h2>
<div class="overflow-auto">
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th scope="col">订单号</th>

View File

@ -10,7 +10,7 @@
<a href="?payment=transfer">转账记录</a>
<div class="overflow-auto">
<table class="table">
<table class="table table-hover">
<thead>
<tr>
<th scope="col">类型与模块</th>