等待配置三维模型地址
-
-
- 任务流向
- {{ row.start }} -> {{ row.end }}
-
- {{ row.recipe }} / {{ row.pallet }} / {{ row.part }}
-
-
+
-
- {{ signal.label }}
-
-
+
+
+
+
+
+ 线体联动监控
+
+
+
+
+
-
-
+
+
-
+ {{ row.name }}
+
+ {{ row.status }}
+ {{ row.summary }}
- 反馈流程
-
-
-
- {{ step.label }}
-
+
-
-
+
-
+ 任务流向
+ {{ row.start }} -> {{ row.end }}
+
+ {{ row.recipe }} / {{ row.pallet }} / {{ row.part }}
+
+
+
+ {{ signal.label }}
等待配置三维模型地址
+
+ 反馈流程
+
+
+
+ {{ step.label }}
+
+
+
+
+
-
+ 加工设备状态
+
+
+
+ {{ item.name }}
+
+
+ 目标
+ {{ item.target }}
+
+
+ 实际
+ {{ item.actual }}
+
+
+ {{ item.status }}
+
-
-
@@ -463,41 +459,89 @@ body,
background-image: url("/png/右边条.png");
}
-.qa-dashboard {
+.main-content {
position: absolute;
z-index: 2;
left: 64px;
right: 64px;
top: 100px;
bottom: 26px;
- display: grid;
- grid-template-rows: minmax(0, 1fr) 248px;
+}
+
+.model-bg-frame {
+ position: absolute;
+ inset: 0;
+ width: 100%;
+ height: 100%;
+ border: 0;
+ background: transparent;
+ z-index: 1;
+}
+
+.model-placeholder {
+ position: absolute;
+ inset: 0;
+ z-index: 1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: #77d9ff;
+ font-size: 24px;
+ background: radial-gradient(circle at center, rgba(37, 111, 184, 0.24), rgba(4, 12, 28, 0.92));
+}
+
+.left-box {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 360px;
+ bottom: 260px;
+ z-index: 10;
+ overflow-y: auto;
+}
+
+.right-box {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: 360px;
+ bottom: 260px;
+ z-index: 10;
+ overflow-y: auto;
+ display: flex;
+ flex-direction: column;
gap: 12px;
}
-.qa-main-grid {
+.bottom-box {
+ position: absolute;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ height: 248px;
+ z-index: 10;
display: grid;
- grid-template-columns: 360px minmax(0, 1fr) 360px;
+ grid-template-columns: 1.2fr 1fr 1fr;
gap: 12px;
+}
+
+.left-box .qa-panel {
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+}
+
+.right-box .qa-panel:first-child {
+ flex: 1;
min-height: 0;
}
-.qa-column {
- min-height: 0;
- display: grid;
- gap: 12px;
+.right-box .qa-panel:last-child {
+ flex-shrink: 0;
+ height: 236px;
}
-.qa-column-left {
- grid-template-rows: minmax(0, 1fr);
-}
-
-.qa-column-right {
- grid-template-rows: minmax(0, 1fr) 236px;
-}
-
-.qa-panel,
-.qa-model-panel {
+.qa-panel {
min-height: 0;
overflow: hidden;
border: 1px solid rgba(91, 180, 255, 0.36);
@@ -611,32 +655,6 @@ body,
background: rgba(255, 255, 255, 0.06);
}
-.qa-model-panel {
- position: relative;
- background: rgba(8, 18, 32, 0.22);
-}
-
-.model-frame,
-.model-placeholder {
- position: absolute;
- inset: 0;
-}
-
-.model-frame {
- width: 100%;
- height: 100%;
- border: 0;
- background: transparent;
-}
-
-.model-placeholder {
- display: flex;
- align-items: center;
- justify-content: center;
- color: #77d9ff;
- font-size: 24px;
- background: radial-gradient(circle at center, rgba(37, 111, 184, 0.24), rgba(4, 12, 28, 0.92));
-}
.monitor-card,
.equipment-row,
@@ -842,13 +860,6 @@ body,
margin-bottom: 10px;
}
-.qa-bottom-grid {
- display: grid;
- grid-template-columns: 1.2fr 1fr 1fr;
- gap: 12px;
- min-height: 0;
-}
-
.storage-groups {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
- 加工设备状态
-
-
-
- {{ item.name }}
-
+
-
-
+
+
- 目标
- {{ item.target }}
+
+
-
-
-
-
-
+ 辅助设备状态
+
+
+
-
+
+
+
+
-
+
+ {{ item.name }}
+ {{ item.status }}
-
- 实际
- {{ item.actual }}
-
-
- 辅助设备状态
-
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.status }}
-
-
-
- {{ tag.text }}
-
-
-
物料库位矩阵
@@ -171,8 +167,8 @@