From 3a465f7fb233eae97abd357ff5a847627c80d286 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 19 Mar 2022 17:31:33 +0800
Subject: [PATCH] 项目部分改动

---
 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