easy.module.less 744 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. :global {
  2. :local(.wrapper) {
  3. // background-color: #212b38;
  4. // padding-top: 24px;
  5. width: 100%;
  6. .ant-input {
  7. // background-color: #212b38;
  8. }
  9. .bottom {
  10. display: flex;
  11. align-items: center;
  12. margin-top: 16px;
  13. .confirmgroup {
  14. margin-left: auto;
  15. button {
  16. margin-left: 16px;
  17. }
  18. }
  19. }
  20. .ant-form-item-label > label {
  21. color: var(--dt-text-color1);
  22. }
  23. }
  24. }
  25. .itemContainer {
  26. display: inline-block;
  27. position: relative;
  28. overflow: visible;
  29. }
  30. .label {
  31. position: absolute;
  32. font-size: 12px;
  33. transform: scale(0.8);
  34. color: var(--dt-text-color3);
  35. left: 4px;
  36. top: -8px;
  37. z-index: 9999;
  38. background-color: var(--dt-fill-color3);
  39. }