修复颜色不统一问题

Signed-off-by: 吴文峰 <kevin@lmve.net>
This commit is contained in:
2026-04-28 14:55:35 +08:00
parent 6532650eb7
commit da9a303cb6
2 changed files with 16 additions and 10 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
"name" : "Operations",
"appid" : "__UNI__8A0DE5E",
"description" : "Operations(运营)的缩写,一个前后端分离的工作流/运营管理系统。",
"versionName" : "1.3.2",
"versionCode" : "132",
"versionName" : "1.3.3",
"versionCode" : "133",
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,
+13 -7
View File
@@ -617,23 +617,29 @@ onShow(() => {
}
.wo-status.checked {
background-color: #f3e5f5;
color: #9c27b0;
}
.wo-status.parts_ordered {
background-color: #e3f2fd;
color: #2196f3;
}
.wo-status.parts_ordered {
.wo-status.repaired {
background-color: #e8f5e9;
color: #4caf50;
}
.wo-status.repaired {
background-color: #f3e5f5;
color: #9c27b0;
.wo-status.returned {
background-color: #e5e5e5;
color: #7a7a7a;
}
.wo-status.returned {
background-color: #e0f2f1;
color: #009688;
.wo-status.unrepairable {
background-color: #f2bdbe;
color: #ff575a;
}
.action-bar {