This commit is contained in:
2026-03-17 23:41:49 +08:00
parent f0ecab4350
commit 69e96412ff
26 changed files with 662 additions and 903 deletions

View File

@@ -358,10 +358,10 @@ onMounted(async () => {
@border-light: rgba(59, 130, 246, 0.1);
@border-medium: rgba(59, 130, 246, 0.2);
// 蓝紫渐变主题色 (与 VoiceSelector 一致)
// 主色 - 使用设计系统变量
@accent-blue: #3b82f6;
@accent-purple: #8b5cf6;
@accent-gradient: linear-gradient(135deg, @accent-blue 0%, @accent-purple 100%);
@accent-gradient: var(--primary);
@accent-green: #10b981;
@accent-red: #ef4444;
@accent-orange: #f59e0b;
@@ -914,7 +914,7 @@ onMounted(async () => {
}
&.disabled {
background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
background: var(--muted);
cursor: not-allowed;
box-shadow: 0 2px 8px rgba(148, 163, 184, 0.25);
}