From c41b93d4c5e2146a1d1568887fb8ce1e3144d7fb Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 31 十二月 2019 18:24:36 +0800
Subject: [PATCH] 2019-12-31

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

diff --git a/src/tabviews/tableshare/topSearch/index.scss b/src/tabviews/tableshare/topSearch/index.scss
index 096775d..8854945 100644
--- a/src/tabviews/tableshare/topSearch/index.scss
+++ b/src/tabviews/tableshare/topSearch/index.scss
@@ -7,6 +7,7 @@
   }
   .ant-form-item-control-wrapper {
     flex: 1;
+    width: calc(100% - 100px);
   }
   .ant-form-item-label {
     width: 100px;
@@ -16,4 +17,10 @@
     padding: 4px 20px 4px 5px;
     font-size: 13px;
   }
+  .ant-select-dropdown {
+    z-index: 10 !important;
+  }
+  .ant-calendar-picker-container {
+    z-index: 10 !important;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0