add 产线缺陷统计

This commit is contained in:
lb
2023-07-02 14:12:20 +08:00
parent 9342750233
commit 5fd0a9b803
14 changed files with 339 additions and 30 deletions

View File

@@ -26,6 +26,10 @@
justify-content: center;
}
.justify-around {
justify-content: space-around;
}
.items-center {
align-items: center;
}
@@ -49,3 +53,11 @@
.h-auto {
height: auto;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}

View File

@@ -12,9 +12,7 @@
flex-direction: row;
.Center {
margin-top: 21px;
margin-left: 24px;
padding: 1px;
margin: 22px;
width: 2472px;
height: 940px;
@@ -28,8 +26,9 @@
.V3DBG {
position: absolute;
width: 2472px;
height: 642px;
height: 640px;
z-index: 1;
box-shadow: inset 0 0 128px 64px #0a2859;
}
.V3DBorder {