From 0f3ecc6f4ab756567435d0047a445a7ec2214564 Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 08:44:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=9B=BE=E8=A1=A8=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E6=94=B9=E5=8D=8A=E9=80=8F=E6=98=8E=20rgba?= 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 84b1fe5..8cfdf6b 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -63,7 +63,7 @@ #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 } - #sentinel-grid.layout-row .mtr canvas { border-radius:3px;background:var(--md-sys-color-surface-container-lowest);flex-shrink:1;max-width:180px;min-width:100px } + #sentinel-grid.layout-row .mtr canvas { border-radius:3px;background:rgba(128,128,128,0.08);flex-shrink:1;max-width:180px;min-width:100px } #sentinel-grid.layout-row .node-time { margin-top:4px } #sentinel-grid.layout-row .metric-bar { display:none } .metric-row { display:flex; gap:12px; margin-bottom:8px }