index.module.scss 590 B

123456789101112131415161718192021222324252627282930
  1. .C6edit {
  2. background-color: #fff;
  3. border-radius: 10px;
  4. padding: 15px 24px 0;
  5. :global {
  6. .C6top {
  7. display: flex;
  8. justify-content: space-between;
  9. margin-bottom: 15px;
  10. .C6topll {
  11. display: flex;
  12. & > div {
  13. position: relative;
  14. margin-right: 15px;
  15. display: flex;
  16. align-items: center;
  17. .ant-input {
  18. width: 160px;
  19. }
  20. }
  21. }
  22. .ant-select-selection-placeholder {
  23. color: black;
  24. }
  25. }
  26. .ant-table-cell {
  27. padding: 8px !important;
  28. }
  29. }
  30. }