feat: add card hover effect and ECharts heatmap support

This commit is contained in:
lzh
2026-01-25 22:25:49 +08:00
parent b7239c5b99
commit dac4e33cc6
2 changed files with 12 additions and 0 deletions

View File

@@ -198,6 +198,14 @@
opacity: 0.7 !important;
}
/* 统一悬浮效果 */
.bg-card:hover,
.ant-card:hover,
div.ant-card:hover,
.device-card.ant-card:hover {
box-shadow: var(--glass-shadow-hover) !important;
transform: translateY(-4px) !important;
}
/* Card 子元素样式调整 */
.ant-card-body {