menu.less 874 B

1234567891011121314151617181920212223242526272829303132333435
  1. @import "../ms-admin/4.7.0/less/app.less";
  2. .ms-admin-menu {
  3. min-height: 100vh;
  4. min-width: 200px;
  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. }
  31. .ms-admin-menu-menu-item {
  32. min-width: 100% !important;
  33. }
  34. }
  35. }