style: use span instead of strong for service status

This commit is contained in:
tian 2026-05-06 16:25:54 +08:00
parent a21f6bfc4b
commit f90028891e

View File

@ -3,8 +3,8 @@
<div class="card">
<h2 class="title-with-icon">{{icon "heartbeat"}}<span>服务状态</span></h2>
<div style="display:flex;gap:32px;margin-top:12px">
<div><span class="muted small">管理后台</span> <strong class="pill" id="svc-status">检测中…</strong></div>
<div><span class="muted small">接口状态</span> <strong class="pill" id="api-status">检测中…</strong></div>
<div><span class="muted small">管理后台</span> <span class="pill" id="svc-status">检测中…</span></div>
<div><span class="muted small">接口状态</span> <span class="pill" id="api-status">检测中…</span></div>
</div>
<div class="actions" style="margin-top:12px">
<button class="btn ghost" type="button" id="btn-refresh">刷新</button>