From 857db081988d9f0b3606e6c6392f6a3c224b326e Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 12 二月 2025 16:13:31 +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 9b3676b..b84b2ac 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: 200%;color: red;">↑</b><b style="font-size:800%">178</b></p>
+ <p><b style="font-size: 100%;color: red;">↑</b><b style="font-size:300%">178</b></p>
</div>
<div style="height: 30%; text-align: right; " class="grid-container">
- <p><b style="font-size: 200%;color: red;">↓</b><b style="font-size:800%">88</b></p>
+ <p><b style="font-size: 100%;color: red;">↓</b><b style="font-size:300%">88</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: 300%;color: red;" >♥</b><b style="font-size:800%">78</b></p>
+ <p><b style="font-size: 100%;color: red;" >♥</b><b style="font-size:300%">78</b></p>
</div>
</div>
</el-col>
@@ -503,8 +503,8 @@
</el-row>
</div>
<!-- 设置按钮 -->
- <button id="settingsButton" class="fixed-bottom-right" @click="centerDialogVisible=true">⚙️</button>
- <!-- <button id="settingsButton" class="fixed-bottom-right" @click="showxuye">⚙️</button> -->
+ <!-- <button id="settingsButton" class="fixed-bottom-right" @click="centerDialogVisible=true">⚙️</button> -->
+ <button id="settingsButton" class="fixed-bottom-right" @click="showxuye">⚙️</button>
<el-dialog
:show-close="false"
:close-on-press-escape="false"
@@ -969,7 +969,7 @@
if(dataBody.推送类型==='床旁血压计'){
isinitXy.value=true
let date = new Date();
- date.setMinutes(date.getMinutes() + 0.1);
+ date.setMinutes(date.getMinutes() + 5);
床旁血压计.value={
date_time:dataBody?.床旁血压结果?.measureTime,
sbp:dataBody?.床旁血压结果?.sbp,
--
Gitblit v1.8.0