You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 795 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .experiment-drawer {
  2. :global {
  3. .ant-drawer-body {
  4. overflow-y: hidden;
  5. }
  6. }
  7. &__tabs {
  8. height: calc(100% - 170px);
  9. :global {
  10. .ant-tabs-nav {
  11. padding-left: 24px;
  12. background-color: #f8fbff;
  13. border: 1px solid #e0eaff;
  14. }
  15. .ant-tabs-content-holder {
  16. .ant-tabs-content {
  17. height: 100%;
  18. .ant-tabs-tabpane {
  19. height: 100%;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. &__info {
  26. display: flex;
  27. align-items: center;
  28. margin-bottom: 15px;
  29. padding-left: 24px;
  30. color: @text-color;
  31. font-size: 15px;
  32. }
  33. &__status-dot {
  34. width: 8px;
  35. height: 8px;
  36. margin-right: 6px;
  37. border-radius: 50%;
  38. }
  39. &__log {
  40. height: 100%;
  41. padding: 8px;
  42. background: white;
  43. }
  44. }