feat(front): add card and chart components for enhanced UI and data visualization

This commit is contained in:
keven1024
2025-06-01 21:22:51 +08:00
parent dfe75c314a
commit e1edff57db
17 changed files with 1871 additions and 9 deletions

View File

@@ -130,4 +130,21 @@
float: left;
height: 0;
pointer-events: none;
}
@layer base {
:root {
/* ... */
--vis-tooltip-background-color: none !important;
--vis-tooltip-border-color: none !important;
--vis-tooltip-text-color: none !important;
--vis-tooltip-shadow-color: none !important;
--vis-tooltip-backdrop-filter: none !important;
--vis-tooltip-padding: none !important;
--vis-primary-color: var(--primary);
/* change to any hsl value you want */
--vis-secondary-color: 160 81% 40%;
--vis-text-color: var(--muted-foreground);
}
}