@@ -42,7 +42,7 @@
"infoBox": false,
"geocoder": false,
"selectionIndicator": false,
- "contextmenu": { "hasDefault": true },
+ "contextmenu": { "hasDefault": false },
"mouseDownView": true,
"zoom": false,
"compass": false,
@@ -69,6 +69,9 @@ body {
// 有必要给resizer设置border_radius吗?
::-webkit-scrollbar-resizer { background: transparent; border-radius: 6px; }
}
+// * {
+// -webkit-touch-callout: none;
+// }
.fade-out-leave-active {
transition: opacity 1s;