feat(platform): add vehicle data management console

This commit is contained in:
lingniu
2026-07-03 20:55:54 +08:00
parent 0d8916df47
commit 859bc3e9ee
45 changed files with 6837 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
:root {
--vp-bg: #f5f7fb;
--vp-surface: #ffffff;
--vp-surface-muted: #f9fafc;
--vp-border: #e6e9f0;
--vp-text: #172033;
--vp-text-muted: #667085;
--vp-text-subtle: #98a2b3;
--vp-primary: #1664ff;
--vp-primary-hover: #0f4fd6;
--vp-cyan: #00a4b8;
--vp-success: #12b76a;
--vp-warning: #f79009;
--vp-danger: #f04438;
--vp-radius: 8px;
--vp-shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.06);
--vp-shell-sidebar: 232px;
--vp-shell-header: 56px;
--vp-page-gutter: 24px;
}