navigation.css 249 B

12345678910111213141516
  1. .navigation-layout{
  2. display: flex;
  3. flex-direction: column;
  4. height: 100%;
  5. }
  6. .amap-navigation-contarner{
  7. position: relative;
  8. width: 100%;
  9. flex: 1 0 auto;
  10. }
  11. #navg-panel{
  12. width: 100%;
  13. max-height: 200px;
  14. }