From 0cae92b7ed0a080f74df6a30c0d68d2d0b45ec70 Mon Sep 17 00:00:00 2001 From: 少年 <1392120328@qq.com> Date: 星期三, 13 三月 2024 11:32:49 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/PM20221203225_MobileWeb --- index.html | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index 1d90d36..6eb6b48 100644 --- a/index.html +++ b/index.html @@ -104,6 +104,12 @@ #cesiumTipInfo { display: none !important; } + .ol-zoom-in{ + display: none !important; + } + .ol-zoom-out{ + display: none !important; + } </style> <body> @@ -120,6 +126,7 @@ <script src="./static/html/js/Analysis.js"></script> <script src="./static/html/js/Quantityexcavation_Flatten.js"></script> <script src="./static/webview.js"></script> + <script src="./static/lib/dist/include-openlayers-local.js"></script> <script> var getLocations, getSettings, getPrestations; -- Gitblit v1.9.3