From 78893aac37ff8bdc2ef339d91f383e40aa530300 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 05 十一月 2019 17:36:54 +0800
Subject: [PATCH] update-header

---
 src/components/header/index.scss |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/src/components/header/index.scss b/src/components/header/index.scss
index 79bb28b..3107a3a 100644
--- a/src/components/header/index.scss
+++ b/src/components/header/index.scss
@@ -85,27 +85,28 @@
       }
     }
   }
-  .header-drag-menu {
-    float: left;
-  }
+  // .header-drag-menu {
+  //   float: left;
+  // }
   .edit-check {
     font-size: 18px;
     margin-top: 14px;
     margin-left: 10px;
     cursor: pointer;
   }
-  .mask {
-    position: fixed;
-    top: 48px;
-    left: 0px;
-    right: 0px;
-    bottom: calc(100vh - 48px);
-    transition: bottom 0.1s;
-  }
-  .mask.active {
-    bottom: 0px;
-    background-color: rgba(0, 0, 0, 0.15);
-  }
+  // .mask {
+  //   position: fixed;
+  //   top: 48px;
+  //   left: 0px;
+  //   right: 0px;
+  //   bottom: calc(100vh - 48px);
+  //   background-color: rgba(0, 0, 0, 0);
+  //   transition: background-color 0.5s;
+  // }
+  // .mask.active {
+  //   bottom: 0px;
+  //   background-color: rgba(0, 0, 0, 0.25);
+  // }
 }
 .header-dropdown {
   li {

--
Gitblit v1.8.0