leftTab.less 962 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. background: #276cb3;
  24. border-bottom: 2px solid #f2f2f2;
  25. img{
  26. vertical-align: middle;
  27. margin: 0px 10px;
  28. }
  29. .icon{
  30. cursor: pointer;
  31. vertical-align: top;
  32. margin-top: 18px;
  33. color:#fff;
  34. font-size: 25px;
  35. float: right;
  36. margin-right: 13px;
  37. }
  38. a{
  39. color:#ffffff!important;
  40. }
  41. }
  42. .ant-layout.ant-layout-has-sider{
  43. min-height:calc(100vh - 10px);
  44. margin-top:1px;
  45. }