gaoluyang
2025-03-18 16b3368a6a44b380969b58609932c6d0c0e3332b
src/assets/styles/sidebar.scss
@@ -71,37 +71,10 @@
    }
    .el-menu-item, .el-submenu__title {
      display: flex;
      align-items: center;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      white-space: nowrap !important;
    }
    .el-submenu__title span {
      white-space: normal;
      word-break: break-all;
      line-height: 20px;
      flex: 1;
      padding-right: 20px;
    }
    .el-menu-item {
      display: flex;
      align-items: center;
      padding-right: 20px !important;
    }
    .el-menu-item span {
      white-space: normal;
      word-break: break-all;
      line-height: 20px;
      flex: 1;
    }
    ///*鼠标悬浮菜单向左移:margin-left: -20px;*/
    //& .el-submenu .el-menu-item {
    //  min-width: $base-sidebar-width !important;
    //  &:hover {
    //    background-color: rgba(0, 0, 0, 0.06) !important;
    //    margin-left: -30px;
    //  }
    //}
    // menu hover
    .submenu-title-noDropdown,