From 8ff04936dad3faa325f34e5d118624f31a003672 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Tue, 13 Jan 2026 09:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=B3=E9=83=A8=E5=8E=8B=E5=8A=9B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/renderer/src/views/Detection.vue | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) 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;