From a217559a09d66b94a888b443d6e59407ab1b8337 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 26 Sep 2025 16:55:19 +0800 Subject: [PATCH] =?UTF-8?q?2025-09-26=20pda=20=E5=85=B6=E5=AE=83=E5=85=A5?= =?UTF-8?q?=E5=BA=93=20=E5=85=B6=E5=AE=83=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/other-transaction/index.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/modules/other-transaction/index.vue b/src/views/modules/other-transaction/index.vue index 6117224..952ca89 100644 --- a/src/views/modules/other-transaction/index.vue +++ b/src/views/modules/other-transaction/index.vue @@ -46,9 +46,9 @@ export default { disabled: false, }, { - icon: "records", + icon: "delete-o", label: "报废", - iconClass: "qualified", + iconClass: "scrap", to: "scrap", disabled: false, }, @@ -205,6 +205,11 @@ export default { box-shadow: 0 4px 8px rgba(250, 140, 22, 0.3); } +.menu-icon.scrap { + background: linear-gradient(135deg, #f5222d 0%, #ff4d4f 100%); + box-shadow: 0 4px 8px rgba(245, 34, 45, 0.3); +} + .menu-text { font-size: 10px; color: #333;