diff --git a/frontend/src/renderer/src/views/Detection.vue b/frontend/src/renderer/src/views/Detection.vue index 793a27bc..07787eae 100644 --- a/frontend/src/renderer/src/views/Detection.vue +++ b/frontend/src/renderer/src/views/Detection.vue @@ -192,19 +192,19 @@
- 左前足: + 左前足 {{ footPressure.left_front }}%
- 左后足: + 左后足 {{ footPressure.left_rear }}%
- 左足总压力: + 左足总压力 {{ footPressure.left_total}}% @@ -213,8 +213,8 @@
-
左足
-
右足
+
左足
+
右足
@@ -232,19 +232,19 @@
- 右前足: + 右前足 {{ footPressure.right_front }}%
- 右后足: + 右后足 {{ footPressure.right_rear }}%
- 右足总压力: + 右足总压力 {{ footPressure.right_total}}% @@ -2829,7 +2829,7 @@ function viewClick(e){ width: 28%; height: calc(100%); display: flex; - align-content: flex-start; + align-content: center; justify-content: center; flex-wrap: wrap; } @@ -2877,8 +2877,9 @@ function viewClick(e){ left: 50%; } .body-footbottom-leftbottom{ - width: 100; + width: 100%; height: calc(100% - 60px); + /* height: 281px; */ display: flex; justify-content: center; flex-wrap: wrap;