From f59a500d24291d7f54b71dcca939a2a23dedca7c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 18 六月 2020 17:52:03 +0800
Subject: [PATCH] 2020-06-18

---
 src/mob/header/index.scss |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/src/mob/header/index.scss b/src/mob/header/index.scss
index b25948b..f6a1e0e 100644
--- a/src/mob/header/index.scss
+++ b/src/mob/header/index.scss
@@ -50,4 +50,41 @@
     line-height: 48px;
     letter-spacing: 2px;
   }
+  >.ant-menu {
+    float: left;
+    width: unset;
+    .ant-menu-item {
+      margin-bottom: 0;
+      float: left;
+      width: unset;
+      cursor: default;
+      .anticon-arrow-left {
+        height: 24px;
+        cursor: pointer;
+      }
+      .ant-btn {
+        color: #fff;
+        width: unset;
+        cursor: pointer;
+        height: 37px;
+        background: transparent;
+        border: 0;
+        .anticon-save {
+          margin-right: 0;
+        }
+      }
+      .ant-btn[ant-click-animating-without-extra-node="true"]::after {
+        display: none!important;
+      }
+      .ant-btn::before {
+        display: none!important;
+      }
+    }
+    .ant-menu-item.ant-menu-item-selected {
+      background-color: transparent;
+    }
+    .ant-menu-item:not(:last-child) {
+      border-right: 1px solid #353535;
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0