From e438e8012c7384454a041ef1f5918cad69c8cf24 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 17 二月 2025 11:35:41 +0800
Subject: [PATCH] gx

---
 src/views/Home.vue |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/views/Home.vue b/src/views/Home.vue
index ccb825f..b2e630c 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -364,21 +364,22 @@
         </el-row>
         <el-row style="height: 20%;background-color: #ffffff; ">
         
+         
+          <div v-if="isinitXy" style="font-size: 250%; color: cornflowerblue;height: 80%; width: 100%;" class="grid-container">
+              
+              <div style="text-align: center;width: 100%;" class="flash-text">
+                最近一次, 高压:{{床旁血压计.sbp}},低压: {{床旁血压计.dbp}}, 心率: {{床旁血压计.pulseRate}}
+              </div>
+
+          </div>
           <div v-if="isinitXy" style="color: cornflowerblue;height: 20%; width: 100%;" class="grid-container">
               <div style="text-align: center;width: 100%; color: #909399;">
                 <!-- {{isShowXY}} -->
               <!-- {{床旁血压计.zuihouTime}} / {{shishiTime}}
                 {{}} -->
-                  {{床旁血压计.date_time}}
+                    {{床旁血压计.date_time}}
               </div>
               
-          </div>
-          <div v-if="isinitXy" style="font-size: 300%; color: cornflowerblue;height: 80%; width: 100%;" class="grid-container">
-              
-              <div style="text-align: center;width: 100%;" class="flash-text">
-                高压:{{床旁血压计.sbp}},低压: {{床旁血压计.dbp}}, 心率: {{床旁血压计.pulseRate}}
-              </div>
-
           </div>
           <div v-else style="font-size: 200%;height: 100%;text-align: center;padding: 5px; font-weight: 1000;" class="grid-container">
             透析器:{{deviceData.透析器}}

--
Gitblit v1.8.0