From f3167f8371d19d0ea8fe7d0e7af5517ff0b08cd2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 07 四月 2021 23:25:29 +0800
Subject: [PATCH] 2021-04-07

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

diff --git a/src/mob/header/index.scss b/src/mob/header/index.scss
index 1e07272..40ac737 100644
--- a/src/mob/header/index.scss
+++ b/src/mob/header/index.scss
@@ -1,7 +1,6 @@
 .mob-header-container {
   width: 100%;
   height: 48px;
-  padding-right: 320px;
   color: rgba(255, 255, 255, 0.65);
   position: fixed;
   top: 0px;
@@ -23,7 +22,7 @@
       max-height: 40px;
     }
   }
-  .header-setting {
+  .header-user {
     float: right;
     line-height: 48px;
     margin-right: 10px;
@@ -44,51 +43,6 @@
         text-overflow: ellipsis;
         white-space: nowrap;
       }
-    }
-  }
-  .mob-manage-title {
-    position: absolute;
-    left: calc(50vw - 45px);
-    color: #ffffff;
-    font-size: 16px;
-    line-height: 48px;
-    letter-spacing: 2px;
-  }
-  >.ant-menu {
-    float: left;
-    width: unset!important;
-    .ant-menu-item {
-      margin-bottom: 0!important;
-      float: left;
-      width: unset!important;
-      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