From 0d88e161d9bf203465bf00eeb6986ec033603cf6 Mon Sep 17 00:00:00 2001 From: yarnom Date: Fri, 4 Jul 2025 17:44:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/page/device_overview.html | 241 ++++++++++++++++-- 1 file changed, 222 insertions(+), 19 deletions(-) diff --git a/sec-beidou/src/main/resources/templates/page/device_overview.html b/sec-beidou/src/main/resources/templates/page/device_overview.html index 003bc5f6..e8f03fe4 100644 --- a/sec-beidou/src/main/resources/templates/page/device_overview.html +++ b/sec-beidou/src/main/resources/templates/page/device_overview.html @@ -570,6 +570,17 @@ justify-content: space-between; align-items: center; margin-bottom: 12px; + cursor: move; + padding: 10px 20px; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); + border-radius: 8px 8px 0 0; + transition: background-color 0.2s ease; + margin: -16px -16px 12px -16px; + user-select: none; + } + + .weather-card-header:hover { + background-color: rgba(26, 160, 148, 0.05); } .weather-card-title { @@ -773,6 +784,12 @@ .weather-param-value { font-size: 8px; } + + #measureStatus{ + display: flex; + justify-content: center; + padding: 6px 0px; + } } @@ -830,9 +847,11 @@
-