From c1514cfc69b679d05398bb1def6b24c772426aa0 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 14 二月 2023 09:11:46 +0800 Subject: [PATCH] 综合展示图层管理图标切换 --- src/assets/css/index.css | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 236bfd1..84b1c6f 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -258,4 +258,15 @@ /* */ -} \ No newline at end of file +} +.distance-legend { + bottom: 55px !important; + } + + .ol-scale-line { + bottom: 55px !important; + right:10px + } + .ol-scale-line{ + display: block !important; + } \ No newline at end of file -- Gitblit v1.9.3