detail.module.less 752 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .label {
  2. width: 40px;
  3. overflow: hidden;
  4. text-overflow: ellipsis;
  5. white-space: nowrap;
  6. display: inline-block;
  7. }
  8. .tagContainer {
  9. display: flex;
  10. align-items: center;
  11. margin-top: 0px !important;
  12. margin-bottom: 0px !important;
  13. }
  14. .header {
  15. align-items: center;
  16. display: flex;
  17. }
  18. .tags {
  19. overflow: auto;
  20. :global {
  21. .ant-radio-button-wrapper {
  22. border-color: var(--dt-line-color2) !important;
  23. }
  24. .ant-radio-button-wrapper-checked:not(
  25. .ant-radio-button-wrapper-disabled
  26. )::before {
  27. background-color: var(--dt-line-color2) !important;
  28. }
  29. }
  30. width: calc(100% - 90px);
  31. &.nobutton {
  32. width: 100%;
  33. }
  34. }
  35. .oper {
  36. display: flex;
  37. justify-content: flex-end;
  38. flex: 1;
  39. margin-top: -10px;
  40. }