From 6115887cd544937746d2839663c9dd6357e57312 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 09:15:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A8=AA=E7=89=88=E5=8F=B3=E4=BE=A7?= =?UTF-8?q?=E6=8B=86=E5=87=BAcol-extra=E7=95=99=E7=99=BD=20=E2=80=94=20?= =?UTF-8?q?=E4=B8=BA=E8=B4=9F=E8=BD=BD/=E7=A3=81=E7=9B=98/SWAP=E9=A2=84?= =?UTF-8?q?=E7=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index c51737b..fef3128 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -56,9 +56,10 @@ .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:160px 1fr;gap:12px 16px;align-items:start } + #sentinel-grid.layout-row .node-card { display:grid;grid-template-columns:160px 1fr 140px;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:8px;padding:0 8px } #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 } #sentinel-grid.layout-row .mtr { display:flex;align-items:center;height:48px;padding:0 8px;margin-bottom:6px;position:relative }