update 实时产量

This commit is contained in:
lb
2022-11-23 16:21:09 +08:00
parent 779a771bb5
commit 59b40fefe9
3 changed files with 241 additions and 223 deletions

View File

@@ -258,7 +258,7 @@ export default {
/* 实时产量和能耗 */
.realtime {
height: calc(256px * var(--beilv));
height: calc(240px * var(--beilv));
}
/* 工序质量分析 */
.ws-quality {
@@ -268,7 +268,7 @@ export default {
}
/* 产线成品率 */
.production {
height: calc(256px * var(--beilv));
height: calc(220px * var(--beilv));
position: relative;
}