From 4051a8bb5d10a280b38f35c88eafb70f84b6c7b6 Mon Sep 17 00:00:00 2001 From: huxw Date: Sat, 18 Jan 2025 14:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.css | 16 +++++++++++++++- docs/index.html | 2 +- docs/test.js | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/index.css b/docs/index.css index 5334c56..b412038 100644 --- a/docs/index.css +++ b/docs/index.css @@ -23,4 +23,18 @@ table { tr:hover { background-color: #f1f1f1; /* 当鼠标悬停在行上时改变背景色 */ - } \ No newline at end of file + } + + .img-loading{ + height: 16px; + } + + #s_success{ + color: green; + } + + + #s_cost{ + color: blue; + } + diff --git a/docs/index.html b/docs/index.html index a4ff065..87d82f7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,7 +35,7 @@
概览: - 总数:,成功加载0, 失败0,总开销:0ms + 总数:,成功加载 0, 失败0,总开销:0ms
diff --git a/docs/test.js b/docs/test.js index 5412917..6abb548 100644 --- a/docs/test.js +++ b/docs/test.js @@ -76,7 +76,7 @@ const statusMap = { function getStatusHtml(r) { if (r.status == 2) { - return `` + return `` } return statusMap[r.status] || ''