king
2020-02-25 0c86e5e2eaf907dfcb63aea13e6efac3ccc52cce
src/components/header/index.scss
@@ -74,6 +74,26 @@
      }
    }
  }
  .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-setting {
    float: right;
    line-height: 48px;
@@ -103,6 +123,13 @@
    margin-left: 10px;
    cursor: pointer;
  }
  .level4-close {
    position: relative;
    top: 13px;
    left: 20px;
    height: 26px;
    padding: 0 10px;
  }
}
.header-dropdown {
  li {