feat: 表格单数偶数行显示不同背景色

This commit is contained in:
2026-05-19 16:36:52 +08:00
parent 7af9005f3e
commit 3da8f5a089

View File

@@ -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; }
</style>
</head>
<body class="bg-gray-50 min-h-screen">