diff --git a/geo.html b/geo.html index dbc69f8..4b9e63b 100644 --- a/geo.html +++ b/geo.html @@ -4,11 +4,12 @@ 路径规划系统 - - - + + @@ -38,25 +39,32 @@ .content-auto { content-visibility: auto; } + .map-height { height: 100vh; /* 调整为占满视口高度 */ } + .sidebar-height { height: 100vh; /* 调整为占满视口高度 */ } + .scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; } + .scrollbar-hide::-webkit-scrollbar { display: none; } + .custom-marker .fa { font-size: 14px; } + .input-error { @apply border-danger focus:ring-danger/50 focus:border-danger; } + .btn-disabled { @apply bg-gray-300 text-gray-500 cursor-not-allowed hover:bg-gray-300; } @@ -100,7 +108,8 @@
- +
- @@ -123,7 +133,8 @@
- +
- @@ -160,7 +172,8 @@
- +