优化小车卡片界面和车队编队的功能,优化首页菜单的快捷入口功能

This commit is contained in:
18086616529
2026-06-24 16:14:15 +08:00
parent 88c688c0df
commit 5fe85dc891
25 changed files with 2638 additions and 454 deletions
@@ -957,6 +957,12 @@ a:hover { color: rgba(var(--mg-accent-rgb), 0.85); }
--mg-status-idle: #64748b;
--mg-status-idle-rgb: 100, 116, 139;
/* 卡片 / 列表行:浅底白卡(与 industrial-purple 深紫卡区分) */
--mg-bg-card-rgb: 255, 255, 255;
--mg-bg-card-hi-rgb: 249, 246, 255;
--mg-bg-card-darker-rgb: 245, 240, 251;
--mg-accent-rgb: 124, 58, 237;
/* 内嵌表面 veil:浅紫主题翻成紫色微透,保证白底卡片内的嵌套行 / 子卡可见 */
--mg-veil-1: rgba(124, 58, 237, 0.05);
--mg-veil-2: rgba(124, 58, 237, 0.10);
@@ -1345,6 +1351,11 @@ a:hover { color: rgba(var(--mg-accent-rgb), 0.85); }
color: #5b21b6 !important;
border-color: #ddd6fe !important;
}
:root[data-theme="fame-lavender"] .mg-content .el-tag--primary {
background: #ede9fe !important;
color: #5b21b6 !important;
border-color: #c4b5fd !important;
}
:root[data-theme="fame-lavender"] .mg-content .el-tag--success {
background: #ecfdf5 !important;
color: #047857 !important;