feat: 表格单数偶数行显示不同背景色
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user