From dbda4e9ce8b485eb9db26c9dee15b62d18287ffc Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 08:47:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=8C=E9=97=B4=E8=B7=9D6=E2=86=928px?= =?UTF-8?q?=20+=20mtr=E4=B8=8B=E8=BE=B9=E8=B7=9D4px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index dbd07db..18a4a04 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -58,8 +58,8 @@ #sentinel-grid.layout-row { display:flex;flex-direction:column;gap:12px } #sentinel-grid.layout-row .node-card { display:grid;grid-template-columns:160px 1fr;gap:8px 16px;align-items:start } #sentinel-grid.layout-row .col-left { min-width:0 } - #sentinel-grid.layout-row .col-right-stack { display:flex;flex-direction:column;gap:6px;min-width:0 } - #sentinel-grid.layout-row .mtr { display:flex;align-items:center;gap:12px;height:48px;padding:0 8px; } + #sentinel-grid.layout-row .col-right-stack { display:flex;flex-direction:column;gap:8px;min-width:0 } + #sentinel-grid.layout-row .mtr { display:flex;margin-bottom:4px;align-items:center;gap:12px;height:48px;padding:0 8px; } #sentinel-grid.layout-row .mtr-data { flex:1;min-width:0;white-space:nowrap } #sentinel-grid.layout-row .mtr-data .rlabel { font-size:.7rem;color:var(--text-dim);text-transform:uppercase;margin-right:6px } #sentinel-grid.layout-row .mtr-data .rval { font-weight:600 }