From 58b033401168edbc56761db1f755190d34388ae1 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 17 二月 2025 10:53:06 +0800
Subject: [PATCH] gx

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

diff --git a/src/views/Home.vue b/src/views/Home.vue
index ccb825f..cd45c71 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -364,6 +364,14 @@
         </el-row>
         <el-row style="height: 20%;background-color: #ffffff; ">
         
+         
+          <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-if="isinitXy" style="color: cornflowerblue;height: 20%; width: 100%;" class="grid-container">
               <div style="text-align: center;width: 100%; color: #909399;">
                 <!-- {{isShowXY}} -->
@@ -372,13 +380,6 @@
                   {{床旁血压计.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