From 54d01e6ef9ac31f10de4a0e92824eba50b77eda6 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 27 九月 2021 18:40:51 +0800
Subject: [PATCH] 2021-09-27

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

diff --git a/src/tabviews/zshare/topSearch/index.scss b/src/tabviews/zshare/topSearch/index.scss
index 5cfa7c7..18fe436 100644
--- a/src/tabviews/zshare/topSearch/index.scss
+++ b/src/tabviews/zshare/topSearch/index.scss
@@ -8,6 +8,11 @@
       white-space: nowrap;
     }
   }
+  .ant-form-item.checkcard {
+    .ant-form-item-control {
+      line-height: 1;
+    }
+  }
   .ant-form-item-control-wrapper {
     flex: 1;
     width: calc(100% - 100px);
@@ -86,6 +91,9 @@
       opacity: 0;
     }
   }
+  .check-card-search-box {
+    margin-top: 3px;
+  }
 }
 .top-search.right {
   >.ant-row {

--
Gitblit v1.8.0