leftTab.less 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .acc-content {
  2. .account-left {
  3. width: 8%;
  4. height: 100%;
  5. margin-top: 2px;
  6. padding-bottom: 50px;
  7. float: left;
  8. border-right: none;
  9. overflow-y: auto;
  10. //background: #e8f2fc;
  11. .ant-menu-submenu {
  12. .ant-menu-submenu-title {
  13. // padding: 0!important;
  14. // margin: 0;
  15. // border-right: none;
  16. // text-align: center;
  17. font-size: 16px;
  18. // color: #4466bf;
  19. // background: #d5e4f7;
  20. // border-top: 1px solid #f2f8fd;
  21. // border-bottom: 1px solid #c0d2e4;
  22. // &:after {
  23. // font-size: 24px;
  24. // }
  25. }
  26. }
  27. // .ant-menu-submenu-selected {
  28. // .ant-menu-submenu-title {
  29. // background: #fff;
  30. // }
  31. // }
  32. // .ant-menu-item {
  33. // padding: 0!important;
  34. // text-align: center;
  35. // background: #fafafa;
  36. // font-size: 14px;
  37. // color: #333;
  38. // border-bottom: 1px solid #c0d2e4;
  39. // }
  40. // .ant-menu-item-selected {
  41. // background: #fff;
  42. // color: #4466bf;
  43. // font-size: 16px;
  44. // border-left: 3px solid #58a3ff;
  45. // border-right: none;
  46. //}
  47. }
  48. }