修改
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
// =====================================================
|
||||
// タブ切り替え
|
||||
|
||||
Reference in New Issue
Block a user