menu.less 978 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @import "../ms-admin/4.7.0/less/app.less";
  2. .ms-admin-menu {
  3. min-height: 100vh;
  4. min-width: 140px;
  5. .ms-header {
  6. border-right: solid 1px #e6e6e6;
  7. div {
  8. height: 100%;
  9. .ms-align-center;
  10. i {
  11. display: inline-block;
  12. text-align: center;
  13. line-height: 1.4em;
  14. .ms-width-height(1.4em);
  15. border-radius: 4px;
  16. color: #fff;
  17. font-size: 1.4em;
  18. background: #02CF5D;
  19. }
  20. span {
  21. margin: auto;
  22. }
  23. }
  24. }
  25. .el-main {
  26. padding: 0;
  27. .ms-admin-menu-menu {
  28. min-height: ~'calc(100vh - 50px)';
  29. background: #fff;
  30. .el-menu-item{
  31. min-width: 140px;
  32. width: 140px;
  33. }
  34. }
  35. .ms-admin-material-item {
  36. min-width: 100% !important;
  37. }
  38. }
  39. }