修复日程提醒功能

This commit is contained in:
2026-07-20 11:41:39 +08:00
parent 7ab6958538
commit f00ba9f9cc
19 changed files with 1735 additions and 1725 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
// 标准商务主题(单色蓝 + 灰阶,无渐变
$color-primary: #3c9cff;
$color-primary-dark: #2b8ae8;
$color-primary-bg: #ecf5ff;
// 标准商务主题(蓝色系 + 灰阶)
$color-primary: #4facfe;
$color-primary-dark: #00f2fe;
$color-primary-bg: #e0f7ff;
$color-bg-page: #f5f7fa;
$color-card: #ffffff;
$color-text: #303133;