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/index.scss |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss
index f5378b0..90da412 100644
--- a/src/tabviews/zshare/topSearch/index.scss
+++ b/src/tabviews/zshare/topSearch/index.scss
@@ -37,6 +37,7 @@
     }
   }
   .search-button {
+    min-height: 60px;
     .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active{
       border-color: transparent;
       span {
@@ -67,6 +68,20 @@
   .check-card-form-box {
     margin-top: 5px;
   }
+  .ant-calendar-picker-clear, .ant-calendar-picker-icon {
+    right: 8px;
+  }
+  .ant-input-affix-wrapper {
+    .ant-input-suffix {
+      opacity: 1;
+      transition: opacity 0.3s;
+    }
+  }
+  .ant-input-affix-wrapper:not(:hover) {
+    .ant-input-suffix {
+      opacity: 0;
+    }
+  }
 }
 .top-search.right {
   >.ant-row {

--
Gitblit v1.8.0