From b2340a353aaa33f32e137dc2781304de99f9800c Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Sat, 28 Feb 2026 13:12:54 +0800 Subject: [PATCH] =?UTF-8?q?2026-02-28=20=E5=88=9B=E5=BB=BA=E5=88=86?= =?UTF-8?q?=E5=8D=B7=E4=B8=AD=E7=9A=84=E5=9B=BA=E5=AE=9A=E8=BD=BD=E5=85=B7?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/yieldReport/com_separate_roll.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/views/modules/yieldReport/com_separate_roll.vue b/src/views/modules/yieldReport/com_separate_roll.vue index 9248ca0..f7ba4b1 100644 --- a/src/views/modules/yieldReport/com_separate_roll.vue +++ b/src/views/modules/yieldReport/com_separate_roll.vue @@ -25,7 +25,13 @@ 固定载具 - + + + + @@ -1670,6 +1676,15 @@ export default { margin-top: 25px; } +/* 固定载具清除按钮 */ +.fixture-clear-btn { + cursor: pointer; + color: #C0C4CC; + &:hover { + color: #909399; + } +} + /*调节fieldset下的样式*/ .customer-fieldset .customer-item{ margin-top: -15px;