style.less 739 B

1234567891011121314151617181920212223242526272829303132333435
  1. .AuthHisContent {
  2. width: 400px;
  3. .AuthHisContent-title {
  4. font-weight: 500;
  5. font-size: 16px;
  6. height: 16px;
  7. color: #17181A;
  8. line-height: 16px;
  9. }
  10. .AuthHisContent-content {
  11. max-height: 400px;
  12. overflow: scroll;
  13. overflow-x: hidden;
  14. padding-top: 24px;
  15. .mrms-ant-timeline-item {
  16. &.mrms-ant-timeline-item-last {
  17. padding-bottom: 0;
  18. }
  19. }
  20. .mrms-ant-timeline-item-tail {
  21. left:8px;
  22. }
  23. .mrms-ant-timeline-item-head-custom {
  24. top:0.5px;
  25. left:9px;
  26. }
  27. .mrms-ant-timeline-item-content {
  28. margin: 0 0 0 35px;
  29. }
  30. }
  31. }