diff --git a/frontend/src/renderer/src/assets/record.png b/frontend/src/renderer/src/assets/record.png new file mode 100644 index 00000000..8ff06209 Binary files /dev/null and b/frontend/src/renderer/src/assets/record.png differ diff --git a/frontend/src/renderer/src/views/Dashboard.vue b/frontend/src/renderer/src/views/Dashboard.vue index e33f2e9e..25c87dea 100644 --- a/frontend/src/renderer/src/views/Dashboard.vue +++ b/frontend/src/renderer/src/views/Dashboard.vue @@ -33,7 +33,7 @@ + highlight-current-row :header-cell-style="{color:'#000000 !important'}"> @@ -260,6 +260,7 @@ import { ElMessage, ElMessageBox } from 'element-plus' import { patientAPI } from '../services/api.js' import { useAuthStore } from '../stores/index.js' import Header from '@/views/Header.vue' +import { color } from 'echarts' const router = useRouter() const authStore = useAuthStore() @@ -1083,6 +1084,9 @@ function delClick(id) { border-color: rgba(215, 215, 215, 1); color: #FFFFFF; } +:deep(.el-table th){ + color: #000000 !important; +} @@ -1153,7 +1157,7 @@ function delClick(id) { } .dashboard-container.dashboard-container-home .el-dialog { - background-color: rgba(85, 85, 85, 0.9); + background-color: rgba(85, 85, 85, 1); } .dashboard-container.dashboard-container-home .el-dialog__title { diff --git a/frontend/src/renderer/src/views/Detection.vue b/frontend/src/renderer/src/views/Detection.vue index 27aa45a9..7d1a9b54 100644 --- a/frontend/src/renderer/src/views/Detection.vue +++ b/frontend/src/renderer/src/views/Detection.vue @@ -11,9 +11,10 @@ 实时检测 - +
+ +
{{ formattedTime }}
+
左前足 - {{ footPressure.left_front }} + {{ footPressure.left_front + }}
左后足 @@ -179,24 +181,26 @@
左足总压力 - {{ footPressure.left_total }} + {{ footPressure.left_total + }}
右足总压力 - {{ footPressure.right_total }} + {{ footPressure.right_total + }}
右前足 - {{ footPressure.right_front }} + {{ footPressure.right_front + }}
右后足 - {{ footPressure.right_rear }} + {{ footPressure.right_rear + }}
@@ -342,7 +346,7 @@