Files
pickling-mes/frontend/src/assets/styles/variables.scss
wangyu 193da0018f feat: 移除PDI和订单号字段,新增设备巡检模块
- 从物料跟踪页面移除订单号列和表单字段
- 从导航菜单移除PDI管理,添加设备巡检
- 新增InspectionLocation和InspectionRecord后端模型和API
- 新增设备巡检前端页面(左侧点位列表,右侧设备和历史记录)
2026-05-27 16:38:40 +08:00

32 lines
750 B
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// ─── 色彩系统与参考HTML完全一致───
$bg-primary: #0d1117;
$bg-secondary: #161b22;
$bg-card: #1c2230;
$bg-panel: #212936;
$bg-input: #0d1117;
$border: #30363d;
$border-active: #1f6feb;
$text-primary: #e6edf3;
$text-secondary: #8b949e;
$text-muted: #6e7681;
$accent-blue: #1f6feb;
$accent-cyan: #00b4d8;
$accent-green: #28a745;
$accent-yellow: #f0a500;
$accent-orange: #e05a00;
$accent-red: #da3633;
$accent-purple: #8957e5;
$sms-blue: #0078d4;
$sms-highlight: #00c8ff;
$status-run: #28a745;
$status-stop: #6e7681;
$status-warn: #f0a500;
$status-fault: #da3633;
$font-main: 'Segoe UI', 'Microsoft YaHei', sans-serif;
$font-mono: 'Consolas', 'Courier New', monospace;