From bdfec44c9f3a37dbbe05bf14a252ffec04132a86 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 06 九月 2022 21:24:28 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/mob/searchconfig/index.scss |   58 ++--------------------------------------------------------
 1 files changed, 2 insertions(+), 56 deletions(-)

diff --git a/src/mob/searchconfig/index.scss b/src/mob/searchconfig/index.scss
index 9eb6275..de9d1a3 100644
--- a/src/mob/searchconfig/index.scss
+++ b/src/mob/searchconfig/index.scss
@@ -20,12 +20,7 @@
     .ant-collapse-borderless {
       background-color: #ffffff;
     }
-    .ant-collapse-item {
-      border: 0;
-    }
-    .ant-input-search {
-      margin-top: 10px;
-    }
+
     .ant-collapse-item.ant-collapse-item-active {
       border-bottom: 1px solid #d9d9d9;
     }
@@ -57,56 +52,8 @@
         }
       }
     }
-    .tables {
-      .ant-select-selection-selected-value {
-        opacity: 0.4!important;
-      }
-    }
-    .ant-list {
-      margin-top: 20px;
-      .ant-list-item {
-        display: -webkit-box;
-        padding-right: 20px;
-        position: relative;
-        padding-left: 5px;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        -webkit-line-clamp: 2;
-        -webkit-box-orient: vertical;
-        width: 100%;
-        .anticon {
-          position: absolute;
-          top: 0px;
-          right: 0px;
-          padding: 3px 3px 10px 10px;
-          cursor: pointer;
-        }
-        .bottom-mask {
-          position: absolute;
-          width: 100%;
-          height: 8px;
-          bottom: 0;
-          left: 0;
-          background: #ffffff;
-          border-radius: 8px;
-        }
-      }
-    }
   }
-  .tools::-webkit-scrollbar {
-    width: 4px;
-  }
-  .tools::-webkit-scrollbar-thumb {
-    border-radius: 5px;
-    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
-    background: rgba(0, 0, 0, 0.08);
-  }
-  .tools::-webkit-scrollbar-track {
-    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
-    border-radius: 3px;
-    border: 1px solid rgba(0, 0, 0, 0.07);
-    background: rgba(0, 0, 0, 0);
-  }
+
   .modal-control {
     position: absolute;
     right: 0;
@@ -343,7 +290,6 @@
     background: rgba(0, 0, 0, 0);
   }
 }
-
 
 .modal-fields {
   .ant-modal {

--
Gitblit v1.8.0