|
@@ -1607,12 +1607,21 @@ div::-webkit-scrollbar {
|
|
|
}
|
|
|
|
|
|
//超图工具栏
|
|
|
+.leaflet-control{
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.leaflet-draw-toolbar{
|
|
|
+ margin-top: 0;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.leaflet-touch .leaflet-draw-actions {
|
|
|
+ left: 0 !important;
|
|
|
+ top: -33px!important;
|
|
|
+}
|
|
|
.leaflet-top{
|
|
|
- top:5.3rem;
|
|
|
- left: 20rem;
|
|
|
- -webkit-transform: translateX(0rem) !important;
|
|
|
- transform: translateX(0rem) !important;
|
|
|
- transition: all 0.5s ease-in-out !important;
|
|
|
+ top:90vh;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
}
|
|
|
.leftflet-toleft{
|
|
|
-webkit-transform: translateX(-20rem) !important;
|