From 3da8f5a089fa89ce1a149f86b9ba0c46dbf4a5ef Mon Sep 17 00:00:00 2001 From: xiaji Date: Tue, 19 May 2026 16:36:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A8=E6=A0=BC=E5=8D=95=E6=95=B0?= =?UTF-8?q?=E5=81=B6=E6=95=B0=E8=A1=8C=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- device_management/templates/device_management/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device_management/templates/device_management/index.html b/device_management/templates/device_management/index.html index 112489e..540c76c 100644 --- a/device_management/templates/device_management/index.html +++ b/device_management/templates/device_management/index.html @@ -15,6 +15,8 @@ .pulse-dot { animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .device-row:hover { background: #f8fafc; } + .device-row:nth-child(even) { background: #fafafa; } + .device-row:nth-child(even):hover { background: #f8fafc; }