Fix: テーブルの背景色を修正

This commit is contained in:
Sakurai Ryota 2025-05-05 17:20:07 +09:00
parent 0dc0640807
commit ea40da857a

View File

@ -16,7 +16,7 @@
<div class="col-xl-6"> <div class="col-xl-6">
<h2>平均値</h2> <h2>平均値</h2>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered table-stripped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
<th>摘用</th> <th>摘用</th>
@ -71,7 +71,7 @@
<div class="col-md-12"> <div class="col-md-12">
<h2>実績</h2> <h2>実績</h2>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered table-stripped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
<th>日付</th> <th>日付</th>