From 6c66c9c2a6d0f7e7ccc65d4d9e478f1acb74d87e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 20 八月 2021 12:12:48 +0800
Subject: [PATCH] 2021-08-20

---
 src/tabviews/zshare/topSearch/advanceform/index.scss |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/topSearch/advanceform/index.scss b/src/tabviews/zshare/topSearch/advanceform/index.scss
index 74b0bca..21216b0 100644
--- a/src/tabviews/zshare/topSearch/advanceform/index.scss
+++ b/src/tabviews/zshare/topSearch/advanceform/index.scss
@@ -38,4 +38,15 @@
     padding: 10px;
     border-top: 1px solid #f0f0f0;
   }
+  .ant-input-affix-wrapper {
+    .ant-input-suffix {
+      opacity: 1;
+      transition: opacity 0.3s;
+    }
+  }
+  .ant-input-affix-wrapper:not(:hover) {
+    .ant-input-suffix {
+      opacity: 0;
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0