index.module.less 887 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .option-select-item-container {
  2. display: flex;
  3. align-items: flex-start;
  4. .icon {
  5. flex-shrink: 0;
  6. margin-top: 2px;
  7. margin-right: 5px;
  8. }
  9. .text {
  10. word-break: break-all;
  11. white-space: pre-wrap;
  12. }
  13. .error-text {
  14. word-break: break-all;
  15. color: red;
  16. white-space: pre-wrap;
  17. margin-top: 2px;
  18. }
  19. }
  20. .prefix-icon {
  21. margin-left: 2px;
  22. display: inline-block;
  23. padding: 0 2px;
  24. height: 16px;
  25. svg {
  26. scale: 0.7;
  27. }
  28. }
  29. .option-type-icon {
  30. height: 14px;
  31. margin-right: 6px;
  32. svg {
  33. width: 14px;
  34. height: 14px;
  35. }
  36. }
  37. .tree-select {
  38. :global {
  39. .semi-tree-select-selection {
  40. padding-left: 4px;
  41. }
  42. .semi-tree-select-arrow,
  43. .semi-tree-select-clearbtn {
  44. width: 16px;
  45. svg {
  46. scale: 0.7;
  47. }
  48. }
  49. }
  50. }
  51. .description-icon {
  52. margin-left: 3px;
  53. scale: 0.8;
  54. vertical-align: text-top;
  55. }