You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
772 B

5 months ago
5 months ago
5 months ago
  1. .analysis-table {
  2. width: 100%;
  3. height: calc(100% - 60px) ;// calc(100vh - var(--headerHeight) - var(--footerHeight) - 3rem - 60px);
  4. overflow: auto;
  5. }
  6. .layout{
  7. display: grid;
  8. grid-template-columns: 1fr 1fr 1fr;
  9. width: 80vw;
  10. height: 50vh;
  11. padding-top: 5vh
  12. }
  13. .modal_upload{
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. }
  18. .kilometre-label{
  19. display: grid;
  20. grid-template-columns: 1fr 1fr 1fr;
  21. }
  22. .ant-form-item-label {
  23. padding-top: 0.5rem !important;
  24. .kilometre{
  25. padding-left: 4rem;
  26. margin-left: 1.8rem;
  27. width: 30rem;
  28. }
  29. }
  30. .label-vh {
  31. height: 3.5rem !important;
  32. display: flex;
  33. align-items: center;
  34. }
  35. .ant-input-number-input {
  36. display: flex;
  37. align-items: center;
  38. }