leftTab.less 1.4 KB

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