index.module.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .C1ledger {
  2. background-color: #fff;
  3. border-radius: 10px;
  4. padding: 24px 24px 0;
  5. position: relative;
  6. :global {
  7. .C4tit {
  8. color: #999;
  9. margin-left: 10px;
  10. font-size: 14px;
  11. font-weight: 400;
  12. }
  13. .C1top {
  14. display: flex;
  15. justify-content: space-between;
  16. .C1topll {
  17. display: flex;
  18. & > div {
  19. margin-right: 15px;
  20. display: flex;
  21. align-items: center;
  22. position: relative;
  23. & > span {
  24. position: absolute;
  25. top: -18px;
  26. left: 0;
  27. pointer-events: none;
  28. }
  29. }
  30. }
  31. .C1toprrSuo {
  32. width: 100%;
  33. margin-top: 15px;
  34. text-align: right;
  35. }
  36. .C1toprrKai {
  37. position: relative;
  38. top: 10px;
  39. width: 300px;
  40. height: 84px;
  41. display: flex;
  42. flex-wrap: wrap;
  43. }
  44. .C1topllAll {
  45. width: 100%;
  46. & > div {
  47. width: 8%;
  48. .ant-input {
  49. width: 100%;
  50. }
  51. .ant-select {
  52. width: 100%;
  53. }
  54. }
  55. }
  56. }
  57. .C1top2 {
  58. align-items: center;
  59. margin-bottom: 15px;
  60. .C1topll {
  61. width: calc(100% - 320px);
  62. flex-wrap: wrap;
  63. & > div {
  64. margin-top: 23px;
  65. width: 15%;
  66. .ant-input {
  67. width: 100%;
  68. }
  69. .ant-select {
  70. width: 100%;
  71. }
  72. }
  73. }
  74. }
  75. .ant-select-selection-placeholder {
  76. color: black !important;
  77. }
  78. .ant-table-cell {
  79. padding: 8px !important;
  80. }
  81. }
  82. }