From 58060e64e1fa9cf3ffcf5e29f09c4c2edf8f2126 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 21 Jul 2022 17:25:34 +0800
Subject: [PATCH] 数据显示更换
---
src/styles/pcpage/dc-ui.scss | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/src/styles/pcpage/dc-ui.scss b/src/styles/pcpage/dc-ui.scss
index c215072..56b2ea2 100644
--- a/src/styles/pcpage/dc-ui.scss
+++ b/src/styles/pcpage/dc-ui.scss
@@ -30,17 +30,20 @@
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;
+ // }
+ // }
+}
+.layer-entity-animation {
+ animation: moveLayerIcon 1s linear infinite;
}
@keyframes moveLayerIcon {
--
Gitblit v1.9.3