diff --git a/frontend/src/renderer/src/views/PatientProfile.vue b/frontend/src/renderer/src/views/PatientProfile.vue index ffeb0306..a44a592e 100644 --- a/frontend/src/renderer/src/views/PatientProfile.vue +++ b/frontend/src/renderer/src/views/PatientProfile.vue @@ -192,7 +192,7 @@ -
+
@@ -267,7 +267,7 @@
- +
@@ -282,15 +282,29 @@
- 最大旋转角:左:{{headPoseMaxValues.rotationLeftMax.toFixed(1)}}° - 右:{{ headPoseMaxValues.rotationRightMax.toFixed(1) }}° + 最大旋转角:左: + {{headPoseMaxValues.rotationLeftMax.toFixed(1)}}° + + 右: + {{ headPoseMaxValues.rotationRightMax.toFixed(1) }}° +
最大倾斜角: - 左:{{ headPoseMaxValues.tiltLeftMax.toFixed(1) }}° - 右:{{ headPoseMaxValues.tiltRightMax.toFixed(1) }}°
+ 左: + {{ headPoseMaxValues.tiltLeftMax.toFixed(1) }}° + + 右: + {{ headPoseMaxValues.tiltRightMax.toFixed(1) }}° + +
最大俯仰角: - 俯:{{ headPoseMaxValues.pitchDownMax.toFixed(1) }}° - 仰:{{ headPoseMaxValues.pitchUpMax.toFixed(1) }}°
+ 俯: + {{ headPoseMaxValues.pitchDownMax.toFixed(1) }}° + + 仰: + {{ headPoseMaxValues.pitchUpMax.toFixed(1) }}° + +
@@ -300,7 +314,7 @@
足底压力
-
+
左足
@@ -308,8 +322,8 @@ 右足
-
-
+
+
左前足 {{ footPressure.left_front @@ -320,10 +334,10 @@ {{ footPressure.left_rear }}%
- +
-
+
右前足 {{ footPressure.right_front @@ -337,18 +351,18 @@
-
-
左足总压力
-
{{ footPressure.left_total - }}%
+ style="display: flex;justify-content: center;font-size: 16px;width: 470px;color:#FFFFFF;margin: auto;"> +
+
左足总压力
+
{{ footPressure.left_total + }}%
+
+
+
右足总压力
+
100.2{{ footPressure.right_total + }}%
+
-
-
右足总压力
-
{{ footPressure.right_total - }}%
-
-
@@ -457,7 +471,6 @@ function bigImgClick(row) { } function getDayNum(date2,index){ - console.log(date2,index) // 解析日期字符串 const parseDate = (dateStr) => { if (!dateStr) return new Date(); @@ -1485,7 +1498,7 @@ onMounted(() => { .basic-info-text { width: 33%; text-align: center; - font-size: 20px; + font-size: 16px; } .basic-info-textcolor { @@ -1510,7 +1523,7 @@ onMounted(() => { padding: 20px; font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif; font-weight: 700; - font-size:14px; + font-size:16px; } .detail-head-text{ margin: 0px 20px; @@ -1529,12 +1542,12 @@ onMounted(() => { .foot-container-paddingcolor{ padding-left: 10px; color: #ff9900; - font-size: 30px; + font-size: 22px; font-weight: 700; } .foot-container-shuline{ width: 0px; - height: calc(100% + 20px); + height: calc(100% + 60px); border-left: 1px dashed red; position: absolute; top: 0; @@ -1544,12 +1557,12 @@ onMounted(() => { margin: auto; } .foot-container-hengline{ - width: calc(100% + 20px); + width: calc(100% ); height: 0; border-top: 1px dashed red; position: absolute; top: 0; - left: -10px; + left: 0px; right: 10; bottom: 0; margin: auto; @@ -1557,4 +1570,7 @@ onMounted(() => { .foot-container-margintop { margin-top: 80px; } +.head-text-color{ + color: #ff9900; +} \ No newline at end of file