content.less 815 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .manage-content {
  2. height: 100%;
  3. width: 100%;
  4. padding-top: 84px;
  5. padding-bottom: 40px;
  6. background: #f0f0f0;
  7. .content-right {
  8. width: 92%;
  9. height: 100%;
  10. float: left;
  11. overflow-y: auto;
  12. padding: 15px;
  13. .ant-spin-nested-loading {
  14. height: 100%;
  15. .ant-spin-container{
  16. height: 100%;
  17. }
  18. }
  19. }
  20. @media (min-width:1386px) and (max-width:1581px){
  21. .content-right {
  22. width: 86%;
  23. }
  24. }
  25. @media (max-width:1386px){
  26. .content-right {
  27. width: 84%;
  28. }
  29. }
  30. }
  31. .acc-top-user-name>a {
  32. color: #58a3ff !important;
  33. }
  34. // .user-content>.ant-tabs.ant-tabs-top.ant-tabs-line {
  35. // background-color: #F5F5F5;
  36. // margin-bottom: 10px;
  37. // }