lineMapElement.scss 356 B

12345678910111213141516171819202122232425262728293031
  1. .map {
  2. width: 100%;
  3. height: 100%;
  4. .top {
  5. display: flex;
  6. justify-content: space-between;
  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. }