king
2021-02-03 7c61348006ff433adefada5b97b0504c2f8f62b1
src/components/header/index.scss
@@ -75,21 +75,21 @@
      }
    }
  }
  .header-vertical-menu {
    float: left;
    margin: 0;
    line-height: 48px;
    background: transparent;
    .ant-menu-submenu {
      border-bottom: 0!important;
    }
    >li {
      >.ant-menu-submenu-title {
        color: rgba(255, 255, 255, 0.85);
        font-size: 1.3rem;
      }
    }
  }
  // .header-vertical-menu {
  //   float: left;
  //   margin: 0;
  //   line-height: 48px;
  //   background: transparent;
  //   .ant-menu-submenu {
  //     border-bottom: 0!important;
  //   }
  //   >li {
  //     >.ant-menu-submenu-title {
  //       color: rgba(255, 255, 255, 0.85);
  //       font-size: 1.3rem;
  //     }
  //   }
  // }
  .header-setting {
    float: right;
@@ -201,3 +201,6 @@
    }
  }
}
.ant-dropdown-menu-submenu-title {
  padding-right: 30px;
}