From 3b3d7bd16a432ea545abc05980c8e9e2e06a8ac0 Mon Sep 17 00:00:00 2001 From: ZhAkps <46207005+ZhAkps@users.noreply.github.com> Date: 星期二, 06 二月 2024 16:15:05 +0800 Subject: [PATCH] 土地管理 --- index.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index a0f923d..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> -- Gitblit v1.9.3