From 365ea069f179ee71a7a8cc7785ccd2d86bd4881c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 03 二月 2021 18:33:45 +0800
Subject: [PATCH] 2021-02-03

---
 src/components/header/index.scss |   30 ++++++++++++------------------
 1 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/src/components/header/index.scss b/src/components/header/index.scss
index 28137d8..62bde22 100644
--- a/src/components/header/index.scss
+++ b/src/components/header/index.scss
@@ -1,5 +1,3 @@
-@import '../../assets/css/global.scss';
-
 .header-container {
   position: fixed;
   z-index: 1060;
@@ -77,22 +75,18 @@
       }
     }
   }
-
-  .header-menu.level4 {
-    li {
-      cursor: default;
-      &:hover {
-        span {
-          cursor: default;
-          color: rgba(255, 255, 255, 0.65);
-          border-bottom: none;
-        }
-      }
-      &.active {
-        span {
-          color: #ffffff;
-          border-bottom: 4px solid #1890ff;
-        }
+  .header-vertical-menu {
+    float: left;
+    margin: 0;
+    line-height: 48px;
+    background: transparent;
+    .ant-menu-submenu {
+      border-bottom: 0!important;
+    }
+    >li {
+      >.ant-menu-submenu-title {
+        color: rgba(255, 255, 255, 0.85);
+        font-size: 1.3rem;
       }
     }
   }

--
Gitblit v1.8.0