@@ -1078,6 +1078,8 @@ export default {
this.CurrentWorkorder.previousNumber = res.data
}
})
+
+ //this.getcurrentWorkorder()
}, 4000)
},
stopTimer() {
@@ -1128,7 +1130,7 @@ export default {
}
.grid > * {
height: 320px;
- background-color: #ebeef5;
+ background-color:#032169;;
color: white;
border-radius: 0.5em;
}
@@ -1148,7 +1150,7 @@ export default {
grid-template-rows: 1fr 1fr 1fr;
grid-gap: 0.5em;
.title_Line {
- color: #409eff;
+
font-family: Arial, sans-serif;
font-size: 1.2rem;
text-align: center;
@@ -1157,13 +1159,14 @@ export default {
border-radius: 0.2em;
transition: all 0.2s ease-in-out;
margin-top: 2rem;
+ color: #e21313;
}
}
// 块标题块
.title_sub {
font-family: Arial, sans-serif;
font-size: 1.5rem;
- color: #303133;
+ color: #da1165;
text-align: center;
}
//油漆块样式
diff --git a/src/views/qualityManagement/FQC/thirtyFQC2.vue b/src/views/qualityManagement/FQC/thirtyFQC2.vue
index 67fcb14..4578e95 100644
--- a/src/views/qualityManagement/FQC/thirtyFQC2.vue
+++ b/src/views/qualityManagement/FQC/thirtyFQC2.vue
@@ -416,7 +416,7 @@ export default {
}
.grid > * {
height: 320px;
- background-color: #ebeef5;
+ background-color: #464648;
color: white;
border-radius: 0.5em;
}