king
2019-11-05 78893aac37ff8bdc2ef339d91f383e40aa530300
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 {