From f88b6f36404da2f1abf7e8b39e799a4047044af3 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 2 Dec 2025 10:05:07 +0800 Subject: [PATCH] =?UTF-8?q?2025-12-02=20=E6=9C=BA=E5=8F=B0=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E5=8F=B0svg=E5=9B=BE=E6=A0=87=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yieldReport/com_produce_report_normal.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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;