From e83e0dd1b6fffd09c48561f3b69fa5a50df4a942 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 04 二月 2021 19:01:01 +0800
Subject: [PATCH] 2021-02-04

---
 src/views/design/header/index.scss |   51 +--------------------------------------------------
 1 files changed, 1 insertions(+), 50 deletions(-)

diff --git a/src/views/design/header/index.scss b/src/views/design/header/index.scss
index f26213a..166e21a 100644
--- a/src/views/design/header/index.scss
+++ b/src/views/design/header/index.scss
@@ -115,62 +115,13 @@
     margin-left: 10px;
     cursor: pointer;
   }
-  .search-menu {
-    float: right;
-    font-size: 18px;
-    margin-top: 17px;
-    margin-right: 20px;
-    cursor: pointer;
-  }
   .level4-close {
     position: relative;
     top: 13px;
     left: 20px;
     height: 26px;
     padding: 0 10px;
-  }
-  .menu-select-dropdown {
-    top: 48px!important;
-    box-shadow: 0px 0px 2px #cdcdcd;
-    border-radius: 0 0 4px 4px;
-    background: #ffffff;
-    .ant-input-affix-wrapper {
-      margin-top: 2px;
-    }
-    .menu-select-box {
-      max-height: 200px;
-      min-height: 50px;
-      overflow-y: auto;
-      background: #ffffff;
-      margin-bottom: 3px;
-      .ant-menu {
-        border-radius: 0 0 4px 4px;
-      }
-      .ant-menu-item {
-        padding: 0px 25px;
-        height: 26px;
-        line-height: 26px;
-        color: rgba(0, 0, 0, 0.85);
-        cursor: pointer;
-      }
-      .ant-menu-item:hover {
-        background-color: #e6f7ff;
-      }
-    }
-    .menu-select-box::-webkit-scrollbar {
-      width: 7px;
-    }
-    .menu-select-box::-webkit-scrollbar-thumb {
-      border-radius: 5px;
-      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
-      background: rgba(0, 0, 0, 0.13);
-    }
-    .menu-select-box::-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);
-    }
+    z-index: 2;
   }
   .mobile {
     position: absolute;

--
Gitblit v1.8.0