修复颜色不统一问题

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", "name" : "Operations",
"appid" : "__UNI__8A0DE5E", "appid" : "__UNI__8A0DE5E",
"description" : "Operations(运营)的缩写,一个前后端分离的工作流/运营管理系统。", "description" : "Operations(运营)的缩写,一个前后端分离的工作流/运营管理系统。",
"versionName" : "1.3.2", "versionName" : "1.3.3",
"versionCode" : "132", "versionCode" : "133",
"transformPx" : false, "transformPx" : false,
"app-plus" : { "app-plus" : {
"usingComponents" : true, "usingComponents" : true,
+14 -8
View File
@@ -617,23 +617,29 @@ onShow(() => {
} }
.wo-status.checked { .wo-status.checked {
background-color: #e3f2fd; background-color: #f3e5f5;
color: #2196f3; color: #9c27b0;
} }
.wo-status.parts_ordered { .wo-status.parts_ordered {
background-color: #e3f2fd;
color: #2196f3;
}
.wo-status.repaired {
background-color: #e8f5e9; background-color: #e8f5e9;
color: #4caf50; color: #4caf50;
} }
.wo-status.repaired { .wo-status.returned {
background-color: #f3e5f5; background-color: #e5e5e5;
color: #9c27b0; color: #7a7a7a;
} }
.wo-status.returned { .wo-status.unrepairable {
background-color: #e0f2f1; background-color: #f2bdbe;
color: #009688; color: #ff575a;
} }
.action-bar { .action-bar {