leftTab.less 831 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .manage-content {
  2. .account-left {
  3. width: 8%;
  4. height: 98%;
  5. margin-top: 2px;
  6. padding-bottom: 50px;
  7. float: left;
  8. border-right: none;
  9. overflow-y: auto;
  10. .ant-menu-submenu {
  11. .ant-menu-submenu-title {
  12. font-size: 16px;
  13. }
  14. }
  15. .ant-menu-item {
  16. overflow: inherit;
  17. }
  18. .ant-menu-inline .ant-menu-item:after, .ant-menu-vertical .ant-menu-item:after {
  19. content: "";
  20. display: none;
  21. }
  22. }
  23. @media (min-width:1386px) and (max-width:1581px){
  24. .account-left {
  25. width: 14%;
  26. }
  27. }
  28. @media (max-width:1386px){
  29. .account-left {
  30. width: 16%;
  31. }
  32. }
  33. }
  34. .containers{
  35. padding: 10px;
  36. background: #ffffff;
  37. }