mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-09-17 20:41:37 +00:00
Update index.html
This commit is contained in:
parent
0613c11c3c
commit
69511781d9
12
index.html
12
index.html
@ -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>▾</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user