From 137fb8ea6af2789b3238b22bac31d80bced41dfe Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 28 七月 2021 11:39:39 +0800
Subject: [PATCH] 2021-07-28

---
 src/templates/sharecomponent/searchcomponent/index.scss |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/templates/sharecomponent/searchcomponent/index.scss b/src/templates/sharecomponent/searchcomponent/index.scss
index cf4253b..2b8857c 100644
--- a/src/templates/sharecomponent/searchcomponent/index.scss
+++ b/src/templates/sharecomponent/searchcomponent/index.scss
@@ -1,6 +1,7 @@
 .model-table-search-list {
   padding: 1px 24px 20px;
   min-height: 87px;
+  position: relative;
   border-bottom: 1px solid #d9d9d9;
 
   .anticon-question-circle {
@@ -8,6 +9,12 @@
     position: relative;
     left: -15px;
     top: 5px;
+  }
+  >.ant-switch {
+    position: absolute;
+    z-index: 1;
+    right: 20px;
+    bottom: 10px;
   }
   > .ant-row {
     min-height: 65px;
@@ -68,4 +75,7 @@
     min-width: 100px!important;
     width: 100%;
   }
+  .check-card-edit-box {
+    margin-top: 5px!important;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0