From 808e6f1345bad9ef62cedc0a3524e2c42e3b1bb0 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 13:36:25 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=9B=BE=E8=A1=A81.5fr=20=E7=A3=81?= =?UTF-8?q?=E7=9B=980.6fr=20=E6=8C=87=E6=A0=870.5fr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index c1b7935..3c216b9 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -56,7 +56,7 @@ .node-notes { font-size:.75rem; color:var(--text-dim); font-style:italic; margin-bottom:8px } /* 横版布局 — 左设备信息 | 右数据+图表同行 */ #sentinel-grid.layout-row { display:flex;flex-direction:column;gap:12px } - #sentinel-grid.layout-row .node-card { display:grid;grid-template-columns:140px 1fr 0.8fr 0.7fr 0.8fr 1fr;gap:12px 16px;align-items:start } + #sentinel-grid.layout-row .node-card { display:grid;grid-template-columns:140px 1.5fr 0.6fr 0.5fr 0.8fr 1fr;gap:12px 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:12px;min-width:0 } #sentinel-grid.layout-row .col-extra { display:flex;flex-direction:column;gap:6px;padding:0 8px }