diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index 76ea2fa..f255671 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -139,7 +139,7 @@
- + 生产准备
@@ -158,7 +158,7 @@
- + 过程控制
@@ -174,7 +174,7 @@
- + 过程异常
@@ -190,7 +190,7 @@
- + 质量检验
@@ -206,7 +206,7 @@
- + TID绑定
@@ -5352,6 +5352,14 @@ export default { color: #667eea; } +/* SVG 图标样式 */ +.section-title .section-icon { + width: 16px; + height: 16px; + margin-right: 6px; + flex-shrink: 0; +} + .section-content { display: flex; flex-direction: column;