lineAdjustment.scss 339 B

1234567891011121314151617181920212223242526
  1. .passenger{
  2. width: 100%;
  3. height: 100%;
  4. .top{
  5. display: flex;
  6. justify-content: flex-end;
  7. margin-bottom: 5px;
  8. .input{
  9. display: flex;
  10. button{
  11. margin-left: 10px;
  12. }
  13. }
  14. }
  15. .btn{
  16. display: flex;
  17. justify-content: space-between;
  18. }
  19. }
  20. #basic{
  21. .ant-form-item{
  22. margin-bottom: 20px;
  23. }
  24. }