king
2021-02-03 365ea069f179ee71a7a8cc7785ccd2d86bd4881c
src/components/header/index.scss
@@ -1,5 +1,3 @@
@import '../../assets/css/global.scss';
.header-container {
  position: fixed;
  z-index: 1060;
@@ -77,22 +75,18 @@
      }
    }
  }
  .header-menu.level4 {
    li {
      cursor: default;
      &:hover {
        span {
          cursor: default;
          color: rgba(255, 255, 255, 0.65);
          border-bottom: none;
  .header-vertical-menu {
    float: left;
    margin: 0;
    line-height: 48px;
    background: transparent;
    .ant-menu-submenu {
      border-bottom: 0!important;
        }
      }
      &.active {
        span {
          color: #ffffff;
          border-bottom: 4px solid #1890ff;
        }
    >li {
      >.ant-menu-submenu-title {
        color: rgba(255, 255, 255, 0.85);
        font-size: 1.3rem;
      }
    }
  }