增加 table hover
This commit is contained in:
parent
66c3a0be9f
commit
af79a12fef
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user