leftTab.less 620 B

1234567891011121314151617181920212223242526272829
  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. }
  24. .containers{
  25. padding: 10px;
  26. background: #ffffff;
  27. }