单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-08-04 b3de2c08aef863e7c9458a1b0f73284d61a8d669
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;">&#x2191;</b><b style="font-size:400%">178</b></p>
              <p><b style="font-size: 250%;color: red; ">&#x2191;</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;">&#x2193;</b><b style="font-size:400%">88</b></p>
              <p><b style="font-size: 250%;color: red;">&#x2193;</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;" >&hearts;</b><b style="font-size:400%">78</b></p>
                <p><b style="font-size: 250%;color: red;" >&hearts;</b><b style="font-size:500%">{{床旁血压计.pulseRate}}</b></p>
              </div>
            </div>
          </el-col>