dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_web
吉安感知网项目-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:区域划分绘制逻辑、编辑逻辑优化调整
shuishen
2026-02-02
1d3e8e3a14f09e42ee47d8e8b6cc5feb6c4f7c79
[jagzwxm/ja_web.git]
/
applications
/
task-work-order
/
src
/
utils
/
color.js
1
2
3
4
5
6
7
8
export const commonColor = {
WARN: '#FF9900', // 黄色
FAIL: '#E02020', // 红色
WHITE: '#FFFFFF', // 白色
NORMAL: '#19BE6B', // 绿色
BLUE: '#2B85E4', // 蓝色
PINK: '#F7C0BA', // 粉
};