index.module.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .A3flow {
  2. background-color: #fff;
  3. border-radius: 10px;
  4. padding: 24px 24px 0;
  5. position: relative;
  6. :global {
  7. .C1top {
  8. display: flex;
  9. justify-content: space-between;
  10. .C1topll {
  11. display: flex;
  12. & > div {
  13. display: flex;
  14. align-items: center;
  15. position: relative;
  16. &:not(:last-child) {
  17. margin-right: 15px;
  18. }
  19. & > span {
  20. position: absolute;
  21. top: -18px;
  22. left: 0;
  23. pointer-events: none;
  24. }
  25. }
  26. }
  27. .C1toprrSuo {
  28. width: 100%;
  29. margin-top: 15px;
  30. text-align: right;
  31. }
  32. .C1toprrKai {
  33. position: relative;
  34. top: 10px;
  35. width: 310px;
  36. height: 84px;
  37. display: flex;
  38. flex-wrap: wrap;
  39. justify-content: center;
  40. }
  41. .C1topllAll {
  42. width: 100%;
  43. & > div {
  44. flex: 1;
  45. .ant-input {
  46. width: 100%;
  47. }
  48. .ant-select {
  49. width: 100%;
  50. }
  51. }
  52. }
  53. }
  54. .C1top2 {
  55. margin: 15px 0;
  56. justify-content: flex-end;
  57. }
  58. .ant-select-selection-placeholder {
  59. color: black !important;
  60. }
  61. .ant-table-cell {
  62. padding: 8px !important;
  63. }
  64. }
  65. }