From 95afd40fc2741ac0ce59c2091f6cfce1f98877d4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 24 六月 2021 09:15:45 +0800
Subject: [PATCH] 2021-06-24

---
 src/menu/components/search/main-search/index.scss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/search/main-search/index.scss b/src/menu/components/search/main-search/index.scss
index be3d2e8..55775f4 100644
--- a/src/menu/components/search/main-search/index.scss
+++ b/src/menu/components/search/main-search/index.scss
@@ -4,6 +4,9 @@
   background: #ffffff;
   padding-bottom: 15px;
 
+  .ant-form-item-control {
+    line-height: 1.5;
+  }
   >.ant-switch {
     position: absolute;
     z-index: 3;
@@ -24,6 +27,13 @@
     min-height: 65px;
     > .ant-col {
       padding: 0 12px!important;
+    }
+  }
+  >.ant-row:not(.ant-form-item) {
+    > .ant-col {
+      display: inline-block;
+      float: none;
+      vertical-align: top;
     }
   }
   .ant-row.ant-form-item .ant-col {
@@ -80,6 +90,9 @@
     min-width: 100px!important;
     width: 100%;
   }
+  .check-card-edit-box {
+    margin-top: 5px!important;
+  }
 }
 .main-search-edit-list.right {
   >.ant-row {

--
Gitblit v1.8.0