leftTab.less 946 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .acc-content {
  2. .account-left {
  3. width: 16%;
  4. height: 100%;
  5. padding-bottom: 50px;
  6. float: left;
  7. border-right: none;
  8. overflow-y: auto;
  9. .ant-menu-submenu {
  10. .ant-menu-submenu-title {
  11. font-size: 16px;
  12. }
  13. }
  14. }
  15. }
  16. .acc-index {
  17. display: inline-block;
  18. overflow: hidden;
  19. width: 100%;
  20. margin: 1px auto 0;
  21. height: 60px;
  22. line-height: 60px;
  23. img{
  24. vertical-align: middle;
  25. margin: 0px 10px;
  26. }
  27. .icon{
  28. cursor: pointer;
  29. vertical-align: top;
  30. margin-top: 18px;
  31. color:#fff;
  32. font-size: 25px;
  33. float: right;
  34. margin-right: 13px;
  35. }
  36. a{
  37. color:#ffffff!important;
  38. }
  39. }
  40. .ant-layout-sider{
  41. height: 100%!important;
  42. }
  43. .ant-layout.ant-layout-has-sider{
  44. min-height:calc(100vh - 10px);
  45. margin-top:1px;
  46. }