up
chenyc
2022-09-06 0db357a9c5f73f2fc65dee021e52070e3b36d25c
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;