This commit is contained in:
admin
2026-01-22 21:05:48 +09:00
parent 3d91356877
commit 536266d70b
11 changed files with 236 additions and 85 deletions

View File

@@ -94,6 +94,13 @@
table th {
background: #f0f0f0;
}
/* Add alternating row background for readability */
table tbody tr:nth-child(odd) {
background: #ffffff;
}
table tbody tr:nth-child(even) {
background: #f8f9fb;
}
.filter-section {
background: #f9f9f9;
padding: 15px;
@@ -598,7 +605,7 @@
</div>
<script>
const API_BASE = "http://localhost:18080";
const API_BASE = "";
// =====================================================
// タブ切り替え