complex.module.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. :global {
  2. :local(.wrapper) {
  3. // width: 100%;
  4. // height: 100%;
  5. // background-color: #212b38;
  6. // color: var(--dt-text-color1);
  7. // background-color: var(--dt-fill-color1);
  8. // padding: 16px;
  9. // padding-top: 24px;
  10. width: 100%;
  11. overflow: hidden;
  12. .ant-input {
  13. // background-color: #212b38;
  14. }
  15. .symb {
  16. button {
  17. margin-right: 8px;
  18. margin-bottom: 8px;
  19. min-width: 28px;
  20. padding: 4px 0px;
  21. }
  22. }
  23. .bottom {
  24. display: flex;
  25. align-items: center;
  26. margin-top: 16px;
  27. .confirmgroup {
  28. margin-left: auto;
  29. button {
  30. margin-left: 16px;
  31. }
  32. }
  33. }
  34. .main {
  35. display: flex;
  36. width: 100%;
  37. padding-left: 16px;
  38. padding-right: 16px;
  39. .left {
  40. width: 60%;
  41. }
  42. .right {
  43. width: 40%;
  44. margin-left: 16px;
  45. .header {
  46. margin-bottom: 16px;
  47. }
  48. }
  49. }
  50. .ant-form-item-label>label {
  51. color: var(--dt-text-color1);
  52. }
  53. .ant-table-cell:before {
  54. background-color: transparent !important;
  55. }
  56. }
  57. }