From 0db357a9c5f73f2fc65dee021e52070e3b36d25c Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 06 九月 2022 21:10:52 +0800
Subject: [PATCH] up
---
src/views/home/index.vue | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 8a5f84a..df3de9d 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -141,10 +141,10 @@
}
)
watch(
- () => weightInfo.value.resultTime,
+ () => weightInfo.value.result,
() => {
settime()
- console.log("体重变化了")
+ console.log("体重变化了",weightInfo.value)
// AudioRef2.value.play()
if (patientInfo.value.id === 0) {
AudioRef0.value.play()
@@ -498,6 +498,7 @@
}
.rowdiv{
/* background: #769AFF; */
+ font-size: 300%;
height: 15%;
margin-top: 5%;
}
@@ -507,7 +508,7 @@
}
.tilaft{
text-align: left;
- font-size: 2.5rem;
+ font-size: 300%;
font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
font-weight: 400;
color: #333333;
@@ -528,7 +529,7 @@
vertical-align:middle;
width: 100%;
text-align: center;
- font-size: 120px;
+ font-size: 800%;
font-family: DINAlternate-Bold, DINAlternate;
font-weight: bold;
color: #769AFF;
@@ -543,11 +544,10 @@
.userinfo{
padding-top: 6%;
/* background: #769AFF; */
- font-size: 2.5rem;
+ font-size: 300%;
text-align: right;
}
.lableclass{
- font-size: 2.5rem;
text-align: right;
font-weight: 400;
color: #777777;
@@ -555,7 +555,6 @@
}
.textclass{
- font-size: 2.5rem;
text-align: left;
font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
font-weight: 500;
--
Gitblit v1.8.0