From e911c5fa1f968f5bb88d1ea3f893e285249c5933 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 22 Mar 2022 09:51:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/styles/pcpage/dc-ui.scss |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/styles/pcpage/dc-ui.scss b/src/styles/pcpage/dc-ui.scss
index c215072..2edbdb0 100644
--- a/src/styles/pcpage/dc-ui.scss
+++ b/src/styles/pcpage/dc-ui.scss
@@ -30,16 +30,15 @@
         fill: #2196f3;
     }
 
-    .div-icon {
-        .tag-entitys-box {
-            animation: moveLayerIcon 0.5s linear 0;
-        }
+    // .div-icon {
+    //     .tag-entitys-box {
+    //         animation: moveLayerIcon 0.5s linear 0;
+    //     }
 
-        .tag-entitys-box:hover {
-            animation: moveLayerIcon 0.5s linear infinite;
-        }
-    }
-
+    //     .tag-entitys-box:hover {
+    //         animation: moveLayerIcon 0.5s linear infinite;
+    //     }
+    // }
 
 }
 

--
Gitblit v1.9.3