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;