兰宝车间质量管理系统-前端
ahao
2023-09-29 fe384a3020fd2080d843704537b77954a8d82707
src/assets/styles/sidebar.scss
@@ -227,23 +227,4 @@
      margin-right: 16px;
    }
  }
  // the scroll bar appears when the sub-menu is too long
  > .el-menu--popup {
    max-height: 100vh;
    overflow-y: auto;
    &::-webkit-scrollbar-track-piece {
      background: #d3dce6;
    }
    &::-webkit-scrollbar {
      width: 6px;
    }
    &::-webkit-scrollbar-thumb {
      background: #99a9bf;
      border-radius: 20px;
    }
  }
}