From 91698a92285a666b51dc37de806983b87c91d249 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 21 May 2025 15:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/synthesisQuery/digitalSignage.css | 12 ++++- .../js/synthesisQuery/digitalSignage.js | 54 ++++++++++++++----- 2 files changed, 51 insertions(+), 15 deletions(-) diff --git a/src/main/resources/static/css/synthesisQuery/digitalSignage.css b/src/main/resources/static/css/synthesisQuery/digitalSignage.css index 985cfeb..79b558b 100644 --- a/src/main/resources/static/css/synthesisQuery/digitalSignage.css +++ b/src/main/resources/static/css/synthesisQuery/digitalSignage.css @@ -153,8 +153,18 @@ body { } .legend-box .legend-item img { - width: 14px; + width: 20px; + height: 20px; +} + +.legend-box .legend-item:nth-child(1) img, +.legend-box .legend-item:nth-child(2) img, +.legend-box .legend-item:nth-child(3) img, +.legend-box .legend-item:nth-child(5) img, +.legend-box .legend-item:nth-child(6) img { + width: 10px; height: 18px; + margin-left: 5px; } .map-container { diff --git a/src/main/resources/static/js/synthesisQuery/digitalSignage.js b/src/main/resources/static/js/synthesisQuery/digitalSignage.js index 44e4b8a..33261b6 100644 --- a/src/main/resources/static/js/synthesisQuery/digitalSignage.js +++ b/src/main/resources/static/js/synthesisQuery/digitalSignage.js @@ -626,29 +626,41 @@ function addAllMapPoints() {