From 312d3360e5f67a16163b8640ee0b50471c843c29 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 15 三月 2023 17:03:03 +0800
Subject: [PATCH] 1.自动排程  单选工单情况下的代码逻辑进行备份

---
 src/views/xtsy/index.vue |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/views/xtsy/index.vue b/src/views/xtsy/index.vue
index d7b2071..2906260 100644
--- a/src/views/xtsy/index.vue
+++ b/src/views/xtsy/index.vue
@@ -277,6 +277,10 @@
       }
     }
   }
+
+  .top_card:hover{
+    transform: scale(1.02);
+  }
 }
 
 .center {
@@ -299,6 +303,10 @@
         margin: 20px;
       }
     }
+
+    .content:hover{
+      transform: scale(1.01);
+    }
   }
 }
 

--
Gitblit v1.9.3