From 1ea823fe715266d99d3f5d33a87e7cfed5716ad9 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Tue, 13 Jan 2026 09:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B4=E9=83=A8=E5=A7=BF?= =?UTF-8?q?=E6=80=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/renderer/src/views/Detection.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/src/renderer/src/views/Detection.vue b/frontend/src/renderer/src/views/Detection.vue index b98216c8..793a27bc 100644 --- a/frontend/src/renderer/src/views/Detection.vue +++ b/frontend/src/renderer/src/views/Detection.vue @@ -103,8 +103,8 @@
-
-
+
+
左最大旋转角度
{{ headPoseMaxValues.rotationLeftMax.toFixed(1) }}°
@@ -114,7 +114,7 @@
倾斜角
{{ headlist.tilt }}°
-
+
@@ -142,8 +142,8 @@
-
-
+
+
右最大旋转角度
{{ headPoseMaxValues.rotationRightMax.toFixed(1) }}° @@ -154,7 +154,7 @@
俯仰角
{{ headlist.pitch }}°
-
+
@@ -2756,7 +2756,7 @@ function viewClick(e){ padding: 0 20px; } .body-header-bottombox-left{ - width: 30%; + width: 25%; height: calc(100%); display: flex; flex-direction: column; @@ -2768,14 +2768,14 @@ function viewClick(e){ white-space:nowrap; } .body-header-bottombox-content{ - width: 36%; + width: 40%; height: calc(100%); display: flex; flex-wrap: wrap; align-items:center; } .body-header-bottombox-right{ - width: 30%; + width: 25%; height: calc(100%); display: flex; flex-direction: column; @@ -3213,6 +3213,7 @@ function viewClick(e){ .endbutton:hover { background-color: #14aaff; border:1px solid #14aaff; + color: #fff; } .pop-up-mask{ position: fixed;