feat: 添加CSS变量定义,修复编辑页面和日报生成页面样式问题

Coze-Commit-Type: user
Coze-User-ID: 3722323274763196
Coze-Conversation-ID: 9894087
This commit is contained in:
user9994793890
2026-07-14 09:24:58 +08:00
parent 2bb8bf6a7c
commit f1094d9800
2 changed files with 23 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@@ -1,3 +1,26 @@
/* 订单日报系统样式表 */
:root {
--background: #ffffff;
--foreground: #1a1a1a;
--card: #ffffff;
--card-foreground: #1a1a1a;
--primary: #2563eb;
--primary-foreground: #ffffff;
--secondary: #f3f4f6;
--secondary-foreground: #1f2937;
--muted: #f3f4f6;
--muted-foreground: #6b7280;
--accent: #f3f4f6;
--accent-foreground: #1f2937;
--destructive: #ef4444;
--destructive-foreground: #ffffff;
--border: #e5e7eb;
--input: #e5e7eb;
--ring: #2563eb;
--radius: 0.5rem;
}
* {
margin: 0;
padding: 0;