From 0c3ea5f8246b22ad945e4086a9507c30d6245a8b Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期三, 03 九月 2025 14:57:14 +0800 Subject: [PATCH] 来料检排序,巡检FTP附件 --- pages/QC/XJ/List.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pages/QC/XJ/List.vue b/pages/QC/XJ/List.vue index 3d5771c..b5328b0 100644 --- a/pages/QC/XJ/List.vue +++ b/pages/QC/XJ/List.vue @@ -142,6 +142,7 @@ url: 'Add?id=' + item.id + '&releaseNo=' + item.releaseNo }); }, + }, /** * 涓嬫媺鍒锋柊鍥炶皟鍑芥暟 @@ -335,6 +336,11 @@ border-color: #2980b9; } +button:hover { + transform: translateY(-1px); + box-shadow: 0 2px 8px rgba(0,0,0,0.15); +} + .plus-button { position: fixed; bottom: 20px; -- Gitblit v1.9.3