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;