Update index.html

This commit is contained in:
公明 2025-04-25 12:36:48 +08:00 committed by GitHub
parent 0613c11c3c
commit 69511781d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,7 +320,7 @@
text-align: left; text-align: left;
font-weight: bold; font-weight: bold;
word-wrap: break-word; word-wrap: break-word;
max-width: 350px; max-width: 500px;
margin-right: 15px; margin-right: 15px;
flex-grow: 1; flex-grow: 1;
font-size: 0.9rem; font-size: 0.9rem;
@ -360,7 +360,7 @@
.foldable-row .result-timestamp { .foldable-row .result-timestamp {
margin-right: 100px; margin-right: 50px;
font-size: 0.9rem; font-size: 0.9rem;
color: #666; color: #666;
} }
@ -494,9 +494,9 @@
<table class="data-table"> <table class="data-table">
<thead> <thead>
<tr> <tr>
<th>API 地址</th> <th style="width: 50%;">API 地址</th>
<th>状态信息</th> <th style="width: 25%;">状态信息</th>
<th>时间戳</th> <th style="width: 25%;">时间戳</th>
</tr> </tr>
</thead> </thead>
<tbody id="data-body"> <tbody id="data-body">
@ -616,7 +616,7 @@
<td> <td>
<div class="result-summary"> <div class="result-summary">
<span class="result-timestamp">${item.timestamp}</span> <span class="result-timestamp">${item.timestamp}</span>
<i class="fas fa-chevron-down"></i> <span>&#9662;</span>
</div> </div>
</td> </td>
`; `;