From 2ea91b1a3a5dece7918ee6f9ca0d345e2be10d3c Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 21 四月 2025 15:49:21 +0800
Subject: [PATCH] gx
---
src/views/Home.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/Home.vue b/src/views/Home.vue
index cd45c71..8a5b48e 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -97,15 +97,15 @@
<el-row style="height: 80%; background-color: #ffffff">
<el-col :span="8" style="font-weight: bold; color: black; ">
<div style="height: 30%; text-align: right;" class="grid-container">
- <p><b style="font-size: 150%;color: red;">↑</b><b style="font-size:400%">178</b></p>
+ <p><b style="font-size: 250%;color: red; ">↑</b><b style="font-size:500%">{{床旁血压计.sbp}}</b></p>
</div>
<div style="height: 30%; text-align: right; " class="grid-container">
- <p><b style="font-size: 150%;color: red;">↓</b><b style="font-size:400%">88</b></p>
+ <p><b style="font-size: 250%;color: red;">↓</b><b style="font-size:500%"> {{床旁血压计.dbp}}</b></p>
</div>
<div style="height: 33%; text-align: right;" class="grid-container">
<div>
<!-- <el-image style="width: 50px; height: 50px;" :src="maibo"></el-image> 2 -->
- <p><b style="font-size: 150%;color: red;" >♥</b><b style="font-size:400%">78</b></p>
+ <p><b style="font-size: 250%;color: red;" >♥</b><b style="font-size:500%">{{床旁血压计.pulseRate}}</b></p>
</div>
</div>
</el-col>
@@ -365,10 +365,10 @@
<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 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}}
+ 最近一次, 高压:{{床旁血压计.sbp}},低压: {{床旁血压计.dbp}}, 心率: {{床旁血压计.pulseRate}}
</div>
</div>
@@ -377,7 +377,7 @@
<!-- {{isShowXY}} -->
<!-- {{床旁血压计.zuihouTime}} / {{shishiTime}}
{{}} -->
- {{床旁血压计.date_time}}
+ {{床旁血压计.date_time}}
</div>
</div>
--
Gitblit v1.8.0